aboutsummaryrefslogtreecommitdiffstats
path: root/static/green.php
blob: 3e45fc69c0eaede7b9f3a0ffd961b5b7b3273d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;}