aboutsummaryrefslogtreecommitdiffstats
path: root/static/red.php
blob: 9ad993ee9c11f08b1076af6d872e1c755b3e0ff7 (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'));
?>
#red{background:red;}