1
0
Fork 0
MastodonStartpage/web/admin/include/glob.php
2019-12-26 21:57:36 +01:00

10 lines
204 B
PHP

<?php
header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1.
header("Pragma: no-cache"); // HTTP 1.0.
header("Expires: 0"); // Proxies.
define('N',"\n");
$cjrand=rand(0,999999);
?>