From: ArthurHoaro Date: Mon, 15 Feb 2016 19:34:44 +0000 (+0100) Subject: Fixes typo in plugin admin redirection URL X-Git-Tag: v0.6.4~13^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=59edea42bbd53af627d2d9eca74f95dc4b43bbd0;p=github%2Fshaarli%2FShaarli.git Fixes typo in plugin admin redirection URL --- diff --git a/index.php b/index.php index 9785c419..67290f6f 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);