diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |