From ab573a51f6793d6db869ce6250077566bb1e7054 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 2 Mar 2012 15:00:08 +0000 Subject: [PATCH] Using new CodeMirror version & adjustment of banned & restricted files Upgrade version to v0.5.6 Using Code Mirror v2.22 wp- (Wordpress files) now restricted rather than banned --- lib/settings.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/settings.php b/lib/settings.php index 667309f..530743c 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -1,10 +1,10 @@ -
-
+
+
-
+
-
-
+
+
- + @@ -95,7 +95,7 @@ if ($accountPassword == "" && isset($_GET['settings'])) { // Set the session user level $_SESSION['userLevel'] = 10; // Finally, load again as now this file has changed and auto login - header('Location: index.php'); + header('Location: index.php'); } else { // We need to set the password header('Location: lib/settings.php?settings=set');