aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5de60425..4382bd80 100644
--- a/index.php
+++ b/index.php
@@ -1858,7 +1858,7 @@ HTML;
1858 ); 1858 );
1859 1859
1860 // TODO: do not handle exceptions/errors in JS. 1860 // TODO: do not handle exceptions/errors in JS.
1861 echo '<script>alert("'. $e->getMessage() .'");document.location=\'?do=pluginsadmin\';</script>'; 1861 echo '<script>alert("'. $e->getMessage() .'");document.location=\'?do='. Router::$PAGE_PLUGINSADMIN .'\';</script>';
1862 exit; 1862 exit;
1863 } 1863 }
1864 header('Location: ?do='. Router::$PAGE_PLUGINSADMIN); 1864 header('Location: ?do='. Router::$PAGE_PLUGINSADMIN);