Initial commit
Update .gitignore, 403.php, and 60 more files...
This commit is contained in:
2
commons/body-root.php
Normal file
2
commons/body-root.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) { header('HTTP/1.1 403 Forbidden'); die(); } ?>
|
||||
<div id="body-overlay"></div>
|
Reference in New Issue
Block a user