deactivate page refresh

This commit is contained in:
creme 2021-01-13 17:48:39 +01:00
parent b107cd5ff6
commit 3a54be0250
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?php
$additional_head = "
<meta http-equiv='refresh' content='60' />
";
// $additional_head = "
// <meta http-equiv='refresh' content='60' />
// ";
$user_info = json_decode(file_get_contents('/var/www/envs.net/users_info.json'));
$sys_info = json_decode(file_get_contents('/var/www/envs.net/sysinfo.json'));