pouet.net/removedonate.php

6 lines
96 B
PHP
Raw Normal View History

2013-05-07 14:20:08 -04:00
<?
@session_start();
$_SESSION["nodonate"]=$_GET["reset"]?false:true;
2013-05-09 22:03:05 -04:00
header("Location: /");
?>