Hello world

master
Pierre Martin 3 years ago
commit 6994b85f09

@ -0,0 +1,4 @@
<?php
header('Cache-Control: max-age=20, stale-while-revalidate=80');
sleep(10);
print('This is a slow test.');
Loading…
Cancel
Save