This commit is contained in:
indeferend
2021-05-23 06:26:34 +05:00
commit df825e3d2f
56 changed files with 24076 additions and 0 deletions

3
MODULES/main/__404.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
http_response_code(404);
echo "<h1>PAGE NOT FOUND</h1>";