2019-12-26 21:57:36 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1.
|
|
|
|
header("Pragma: no-cache"); // HTTP 1.0.
|
|
|
|
header("Expires: 0"); // Proxies.
|
2020-01-02 22:03:34 +01:00
|
|
|
setlocale(LC_ALL,'it','it_IT','it_IT.UTF-8');
|
2019-12-26 21:57:36 +01:00
|
|
|
define('N',"\n");
|
|
|
|
$cjrand=rand(0,999999);
|
|
|
|
|
|
|
|
?>
|