aboutsummaryrefslogtreecommitdiffstats
path: root/static/green.php
diff options
context:
space:
mode:
Diffstat (limited to 'static/green.php')
-rwxr-xr-xstatic/green.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/green.php b/static/green.php
new file mode 100755
index 0000000..3e45fc6
--- /dev/null
+++ b/static/green.php
@@ -0,0 +1,17 @@
+<?php
+#====================================================================================================
+# Cache deaktivieren
+#====================================================================================================
+header('Cache-Control: no-cache, no-store, must-revalidate');
+
+#====================================================================================================
+# Content-Type setzen
+#====================================================================================================
+header('Content-Type: text/css');
+
+#====================================================================================================
+# Lange Ladezeit simulieren
+#====================================================================================================
+usleep(intval(rand(60, 100).'0000'));
+?>
+#green{background:green;} \ No newline at end of file