First Commit

This commit is contained in:
2026-02-11 23:08:41 +00:00
commit bcd7cec6a2
202 changed files with 1510 additions and 0 deletions

6
index.php Executable file
View File

@@ -0,0 +1,6 @@
<?php
include("config/init.php");
include(TEMP_FOLD . "header.php");
include(ROOT_DIR . "mainpage.php");
include(TEMP_FOLD . "footer.php");
?>