Old lib/template-system.php removed

This commit is contained in:
mattpass
2020-07-09 13:36:54 +01:00
parent 7f02fe9a81
commit af3c831bb5

View File

@@ -1,17 +0,0 @@
<?php
$newConfigSettingsFile = '<?php
// ICEcoder system settings
$ICEcoderSettings = [
"versionNo" => "7.0",
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed
"demoMode" => false,
"fileDirResOutput" => "none", // Can be none, raw, object, both (all but \'none\' output to console)
"loginRequired" => true,
"multiUser" => false,
"languageBase" => "english.php",
"lineEnding" => "\n",
"newDirPerms" => 755,
"newFilePerms" => 644,
"enableRegistration" => true
];
?>';