From 59edea42bbd53af627d2d9eca74f95dc4b43bbd0 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 15 Feb 2016 20:34:44 +0100 Subject: [PATCH] Fixes typo in plugin admin redirection URL --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9785c41..67290f6 100644 --- a/index.php +++ b/index.php @@ -1815,7 +1815,7 @@ HTML; ); // TODO: do not handle exceptions/errors in JS. - echo ''; + echo ''; exit; } header('Location: ?do='. Router::$PAGE_PLUGINSADMIN);