diff options
author | Thomas Lange <code@nerdmind.de> | 2016-04-22 21:17:53 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-04-22 21:17:53 +0200 |
commit | 7a49346f8069d814c51af2e0cefcc6e66fe9826e (patch) | |
tree | 1de48b8be3e12ec4ea8d6695f99217d39de26ebf /static/green.php | |
parent | 74d01962a6f77eb2b8138864f18ed53eb136c432 (diff) | |
download | bigpipe-7a49346f8069d814c51af2e0cefcc6e66fe9826e.tar.gz bigpipe-7a49346f8069d814c51af2e0cefcc6e66fe9826e.tar.xz bigpipe-7a49346f8069d814c51af2e0cefcc6e66fe9826e.zip |
Multiple updates with async demo.
Diffstat (limited to 'static/green.php')
-rwxr-xr-x | static/green.php | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/static/green.php b/static/green.php index 65ded6f..f1c5f1b 100755 --- a/static/green.php +++ b/static/green.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'));
+?>
#green{background:green;}
\ No newline at end of file |