aboutsummaryrefslogtreecommitdiffstats
path: root/static/blue.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2015-12-26 16:37:25 +0100
committerThomas Lange <code@nerdmind.de>2015-12-26 16:37:25 +0100
commit6658708bdd775a6ab1352e0c36b4c7deafc52e84 (patch)
treee95ef6b6fb67e0d1ca42221e94631fa6123b6f22 /static/blue.php
parent903100ecb99ab926d4ac3be4eba11ea1c9800e12 (diff)
downloadbigpipe-6658708bdd775a6ab1352e0c36b4c7deafc52e84.tar.gz
bigpipe-6658708bdd775a6ab1352e0c36b4c7deafc52e84.tar.xz
bigpipe-6658708bdd775a6ab1352e0c36b4c7deafc52e84.zip
Multiple updates; new feature PhaseDoneJS
Diffstat (limited to 'static/blue.php')
-rwxr-xr-xstatic/blue.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/blue.php b/static/blue.php
index ddffcf6..e715d83 100755
--- a/static/blue.php
+++ b/static/blue.php
@@ -1,16 +1,16 @@
<?php
#====================================================================================================
-# Cache deaktivieren
+# Disable cache
#====================================================================================================
header('Cache-Control: no-cache, no-store, must-revalidate');
#====================================================================================================
-# Content-Type setzen
+# Set Content-Type
#====================================================================================================
header('Content-Type: text/css');
#====================================================================================================
-# Lange Ladezeit simulieren
+# Simulate long loading time
#====================================================================================================
usleep(intval(rand(60, 100).'0000'));
?>