Finished settings

This commit is contained in:
2020-12-29 00:39:20 +01:00
parent bbe7b5849a
commit 5c17a540ee
15 changed files with 199 additions and 51 deletions
-3
View File
@@ -13,8 +13,5 @@ set_time_limit(298800);
// the future
ini_set('memory_limit', '1024M');
// git does not like empty folders
if (!file_exists("session")) mkdir("session");
// the entry point
require "main.php";