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:
@@ -9,4 +9,16 @@ $host_uri = "https://nibblepoker.lu";
|
||||
$dir_commons = dirname(__FILE__);
|
||||
$dir_root = realpath($dir_commons . "/../");
|
||||
$dir_content = realpath($dir_commons . "/../" . "content/");
|
||||
|
||||
// Optional features
|
||||
$enable_grids = false;
|
||||
$enable_code_highlight = false;
|
||||
$enable_glider = false;
|
||||
|
||||
// Easter-egg optional features
|
||||
// > Belgium's independence day.
|
||||
$enable_waffle_iron = date('m-d') === '07-21';
|
||||
|
||||
// Debugging stuff
|
||||
$print_execution_timer = true;
|
||||
?>
|
Reference in New Issue
Block a user