pouet.net/removedonate.php

6 lines
104 B
PHP
Raw Normal View History

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