diff options
Diffstat (limited to 'static/blue.php')
-rwxr-xr-x | static/blue.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/static/blue.php b/static/blue.php index e715d83..5f9bacb 100755 --- a/static/blue.php +++ b/static/blue.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'));
+?>
#blue{background:blue;}
\ No newline at end of file |