Explorar o código

Send the admin to boardIndex fixes #956

Signed-off-by: Suki <[email protected]>
Suki %!s(int64=10) %!d(string=hai) anos
pai
achega
36f905956d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 }
 
 ?>