[ PHPXref.com ] [ Generated: Sun Jul 20 19:57:02 2008 ] [ PHP Timeclock 1.02 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> resetcookie.php (source)

   1  <?php
   2      setcookie("tzoffset", "", time() - 3600);
   3      echo "<head>\n";
   4      echo "<meta http-equiv='refresh' content='0;URL=index.php'>\n";
   5      echo "</head>\n";
   6  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]