From a6e244a82f33d7db54d31fa76d0d48d8d7b18a8b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 9 May 2012 17:16:35 +0100 Subject: [PATCH] No longer considers .asp/.aspx in restrictedFiles, considers .rb instead --- lib/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/settings.php b/lib/settings.php index 4a78083..0bf3eff 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.62"; +$versionNo = "v 0.6.63"; $codeMirrorDir = "CodeMirror-2.24"; $cMThisVer = 2.24; $tabsIndent = true; @@ -26,7 +26,7 @@ $codeAssist = true; $visibleTabs = false; $lockedNav = true; $accountPassword = ""; -$restrictedFiles = array("wp-",".php",".asp",".aspx",".sql"); +$restrictedFiles = array("wp-",".php",".rb",".sql"); $bannedFiles = array("_coder","wp-",".exe"); $allowedIPs = array("*"); $plugins = array(