aboutsummaryrefslogtreecommitdiffstats
path: root/static/red.php
diff options
context:
space:
mode:
Diffstat (limited to 'static/red.php')
-rwxr-xr-xstatic/red.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/red.php b/static/red.php
index 9ad993e..e6936e8 100755
--- a/static/red.php
+++ b/static/red.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'));
?>