1
0
Fork 0
MastodonStartpage/web/admin/include/glob.php
2020-01-02 22:03:34 +01:00

10 lines
249 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.
setlocale(LC_ALL,'it','it_IT','it_IT.UTF-8');
define('N',"\n");
$cjrand=rand(0,999999);
?>