From e208b45a8812ee81ae5f356373fe853ce119aeec Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 8 May 2012 07:47:31 +0100 Subject: [PATCH] v0.6.61 dev, .sql now restricted filetype and settings BG colour change --- lib/settings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/settings.php b/lib/settings.php index 2cc4818..970a206 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -16,7 +16,7 @@ function generateHash($plainText,$salt=null) { // Start of settings // ----------------- -$versionNo = "v 0.6.6"; +$versionNo = "v 0.6.61"; $codeMirrorDir = "CodeMirror-2.24"; $cMThisVer = 2.24; $tabsIndent = true; @@ -26,8 +26,8 @@ $codeAssist = true; $visibleTabs = false; $lockedNav = true; $accountPassword = ""; -$restrictedFiles = array("wp-",".php",".asp",".aspx"); -$bannedFiles = array("_coder","wp-",".exe",".sql"); +$restrictedFiles = array("wp-",".php",".asp",".aspx",".sql"); +$bannedFiles = array("_coder","wp-",".exe"); $allowedIPs = array("*"); $plugins = array( array("Database Admin","images/database.png","margin-top: 3px","plugins/adminer/adminer-3.3.3-mysql-en.php","_blank",""), @@ -204,8 +204,8 @@ if ($accountPassword == "" && isset($_GET['settings'])) { - - + +