glob.php 249 B

12345678910
  1. <?php
  2. header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP 1.1.
  3. header("Pragma: no-cache"); // HTTP 1.0.
  4. header("Expires: 0"); // Proxies.
  5. setlocale(LC_ALL,'it','it_IT','it_IT.UTF-8');
  6. define('N',"\n");
  7. $cjrand=rand(0,999999);
  8. ?>