No longer considers .asp/.aspx in restrictedFiles, considers .rb instead

This commit is contained in:
Matt Pass
2012-05-09 17:16:35 +01:00
parent 491fb4c243
commit a6e244a82f

View File

@@ -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(