2
0
Эх сурвалжийг харах

Send the admin to boardIndex fixes #956

Signed-off-by: Suki <[email protected]>
Suki 11 жил өмнө
parent
commit
36f905956d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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();
 }
 
 ?>