Attempt to rewrite the code

This commit is contained in:
Yehuda Eisenberg
2020-12-09 18:33:00 +02:00
parent eb6cf93a6b
commit e028617c4e
23 changed files with 132 additions and 1738 deletions

7
e.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");
?>