Ver Fonte

Send the admin to boardIndex fixes #956

Signed-off-by: Suki <[email protected]>
Suki há 10 anos atrás
pai
commit
36f905956d
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
 }
 
 ?>