Initial commit

This commit is contained in:
2020-12-26 07:42:48 +01:00
commit 55f70d036b
18 changed files with 1151 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
if (!file_exists("session")) mkdir("session");
require "main.php";