first commit

This commit is contained in:
v3n0s0undsyst3m
2023-03-17 08:15:45 +07:00
commit a8b3513f6f
28 changed files with 1358 additions and 0 deletions

4
assets/images/index.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
include "../../config/index.php";
header('Location:'.BASE_URL);
?>