Parcourir la source

Send the admin to boardIndex fixes #956

Signed-off-by: Suki <[email protected]>
Suki il y a 10 ans
Parent
commit
36f905956d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Sources/Admin.php

+ 1 - 1
Sources/Admin.php

@@ -942,7 +942,7 @@ function AdminEndSession()
 		if (strpos($key, '-admin') !== false)
 			unset($_SESSION['token'][$key]);
 
-	redirectexit('action=admin');
+	redirectexit();
 }
 
 ?>