mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-17 13:18:24 +01:00
5 lines
103 B
PHP
5 lines
103 B
PHP
|
<?
|
||
|
@session_start();
|
||
|
$_SESSION["nodonate"]=$_GET["reset"]?false:true;
|
||
|
header("Location: index.php");
|
||
|
?>
|