diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1815,7 +1815,7 @@ HTML; | |||
1815 | ); | 1815 | ); |
1816 | 1816 | ||
1817 | // TODO: do not handle exceptions/errors in JS. | 1817 | // TODO: do not handle exceptions/errors in JS. |
1818 | echo '<script>alert("'. $e->getMessage() .'");document.location=\'?do=pluginsadmin\';</script>'; | 1818 | echo '<script>alert("'. $e->getMessage() .'");document.location=\'?do='. Router::$PAGE_PLUGINSADMIN .'\';</script>'; |
1819 | exit; | 1819 | exit; |
1820 | } | 1820 | } |
1821 | header('Location: ?do='. Router::$PAGE_PLUGINSADMIN); | 1821 | header('Location: ?do='. Router::$PAGE_PLUGINSADMIN); |