From af3c831bb557c0c198c1c125f422cc306dd7487b Mon Sep 17 00:00:00 2001 From: mattpass Date: Thu, 9 Jul 2020 13:36:54 +0100 Subject: [PATCH] Old lib/template-system.php removed --- lib/template-system.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lib/template-system.php 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 -]; -?>';