diff options
Diffstat (limited to 'static/red.php')
-rw-r--r-- | static/red.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/static/red.php b/static/red.php index b54abb3..7eda0da 100644 --- a/static/red.php +++ b/static/red.php @@ -1,17 +1,17 @@ -<?php
-#===============================================================================
-# Disable cache
-#===============================================================================
-header('Cache-Control: no-cache, no-store, must-revalidate');
-
-#===============================================================================
-# Set Content-Type
-#===============================================================================
-header('Content-Type: text/css');
-
-#===============================================================================
-# Simulate long loading time
-#===============================================================================
-usleep(intval(rand(60, 100).'0000'));
-?>
+<?php +#=============================================================================== +# Disable cache +#=============================================================================== +header('Cache-Control: no-cache, no-store, must-revalidate'); + +#=============================================================================== +# Set Content-Type +#=============================================================================== +header('Content-Type: text/css'); + +#=============================================================================== +# Simulate long loading time +#=============================================================================== +usleep(intval(rand(60, 100).'0000')); +?> #red{background:red;}
\ No newline at end of file |