diff --git a/html/index.php b/html/index.php index 3d7107836..210d44722 100755 --- a/html/index.php +++ b/html/index.php @@ -1,5 +1,12 @@ $get_var) @@ -98,8 +100,6 @@ foreach ($_POST as $name => $value) if (strstr($_SERVER['REQUEST_URI'], 'widescreen=yes')) { $_SESSION['widescreen'] = 1; } if (strstr($_SERVER['REQUEST_URI'], 'widescreen=no')) { unset($_SESSION['widescreen']); } -$start = utime(); - $now = time(); $fourhour = time() - (4 * 60 * 60); $day = time() - (24 * 60 * 60); @@ -284,8 +284,8 @@ if ($_SESSION['authenticated'])