Преглед изворни кода

Send the admin to boardIndex fixes #956

Signed-off-by: Suki <[email protected]>
Suki пре 10 година
родитељ
комит
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();
 }
 
 ?>