pouet.net/removedonate.php
2013-05-12 15:14:10 -04:00

6 lines
122 B
PHP

<?
@session_start();
$_SESSION["nodonate"]=$_GET["reset"]?false:true;
header("Location: http://$_SERVER[HTTP_HOST]/");
?>