Remove settings file, now created by settings.php

So PHP has rights to update it later (multiUser, enableRegistration for
now, more to come in the future likely).
This commit is contained in:
Matt Pass
2015-04-25 10:10:14 +01:00
parent a2cf9483d6
commit 551f3f248b

View File

@@ -1,17 +0,0 @@
<?php
// ICEcoder system settings
$ICEcoderSettings = array(
"versionNo" => "5.0 beta",
"codeMirrorDir" => "CodeMirror-4.7",
"docRoot" => $_SERVER['DOCUMENT_ROOT'],
"demoMode" => false,
"devMode" => false,
"loginRequired" => true,
"multiUser" => false,
"languageBase" => "english.php",
"lineEnding" => "\n",
"newDirPerms" => 755,
"newFilePerms" => 644,
"enableRegistration" => true
);
?>