mirror of
https://github.com/psenough/pouet.net.git
synced 2025-01-16 12:49:42 +01:00
6 lines
122 B
PHP
6 lines
122 B
PHP
<?
|
|
@session_start();
|
|
$_SESSION["nodonate"]=$_GET["reset"]?false:true;
|
|
header("Location: http://$_SERVER[HTTP_HOST]/");
|
|
?>
|