summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php
index b3f8792..104e8a7 100644
--- a/www/index.php
+++ b/www/index.php
@@ -2,7 +2,7 @@
session_start();
-if(empty($_GET){
+if(empty($_GET)){
if($_SESSION["login"]){
header("Refresh: 0; $_SESSION['username']");
} else {