diff --git a/lib/template-system.php b/lib/template-system.php deleted file mode 100644 index 61ccff0..0000000 --- a/lib/template-system.php +++ /dev/null @@ -1,17 +0,0 @@ - "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 -]; -?>';