Browse Source

redirect moderators to BoardIndex #956

Signed-off-by: Suki <[email protected]>
Suki 10 years ago
parent
commit
eb2fd465ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/ModerationCenter.php

+ 1 - 1
Sources/ModerationCenter.php

@@ -2205,7 +2205,7 @@ function ModEndSession()
 		if (strpos($key, '-mod') !== false)
 			unset($_SESSION['token'][$key]);
 
-	redirectexit('action=moderate');
+	redirectexit();
 }
 
 ?>