glob.php 204 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. define('N',"\n");
  6. $cjrand=rand(0,999999);
  7. ?>