Started massive refactoring, Removed halfmoon, Added new personnal common CSS, Site now runs at >5 fps on low-end
Update .gitignore, .htaccess, and 264 more files...
This commit is contained in:
8
commons/DOM/body-4.php
Normal file
8
commons/DOM/body-4.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// Making sure the file is included and not accessed directly.
|
||||
if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
||||
header('HTTP/1.1 403 Forbidden');
|
||||
die();
|
||||
}
|
||||
?>
|
||||
</div></td></tr></table></td></tr><tr><td colspan="2">
|
||||
Reference in New Issue
Block a user