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-3.php
Normal file
8
commons/DOM/body-3.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();
|
||||
}
|
||||
?>
|
||||
</td></tr><tr class="h-full"><td class="h-full"><div class="fluid-container">
|
||||
Reference in New Issue
Block a user