This website requires JavaScript.
Explore
Help
Sign In
mirror_php
/
pouet.net
Watch
1
Star
0
Fork
0
You've already forked pouet.net
mirror of
https://github.com/psenough/pouet.net.git
synced
2025-01-17 13:18:24 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
pouet.net
/
removedonate.php
6 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
Adding the current live shit
2013-05-07 14:20:08 -04:00
<
?
@
session_start
();
$_SESSION
[
"
nodonate
"
]
=
$_GET
[
"
reset
"
]
?
false
:
true
;
Point to / for instead of index.php
2013-05-09 22:03:05 -04:00
header
(
"
Location: /
"
);
Killing ending whitespace to remove future noise on commits
2013-05-08 23:12:00 -04:00
?>
Reference in New Issue
Copy Permalink