Quellcode durchsuchen

Send the admin to boardIndex fixes #956

Signed-off-by: Suki <[email protected]>
Suki vor 10 Jahren
Ursprung
Commit
36f905956d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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();
 }
 
 ?>