pouet.net/removedonate.php

6 lines
122 B
PHP
Raw Permalink Normal View History

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