Fix bug in session
diff --git a/html/login.php b/html/login.php
index eeae861..e1e4aa7 100755
--- a/html/login.php
+++ b/html/login.php
@@ -35,7 +35,7 @@
 			$Session = new Session();
 			$Session->create($User->userid, $REMEMBER);
 			SetSessionVar('User', $User);
-			exitTo(".");
+			exitTo("index.php");
 		}
 	}
 	else {