init commit

This commit is contained in:
Yehuda Eisenberg
2020-01-01 22:13:35 +02:00
parent 2c13ea8a3e
commit d6e5daa68c
22 changed files with 1758 additions and 0 deletions

7
netspeed/empty.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
header( "HTTP/1.1 200 OK" );
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Connection: keep-alive");
?>