diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-05 18:01:06 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-05 18:01:06 -0500 |
| commit | 38f73720eaec5f49752589ac088b04b3fa734117 (patch) | |
| tree | b1d809406de7980925223cbcbdd974a2c074d13f /pages/logout.php | |
| parent | 646c11fb40bdd3e80e6b2ec168eaa05eae23e68e (diff) | |
| download | fourisland-38f73720eaec5f49752589ac088b04b3fa734117.tar.gz fourisland-38f73720eaec5f49752589ac088b04b3fa734117.tar.bz2 fourisland-38f73720eaec5f49752589ac088b04b3fa734117.zip | |
Integreated Fourm users
Diffstat (limited to 'pages/logout.php')
| -rwxr-xr-x | pages/logout.php | 28 |
1 files changed, 0 insertions, 28 deletions
| diff --git a/pages/logout.php b/pages/logout.php deleted file mode 100755 index 69b9386..0000000 --- a/pages/logout.php +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | <?php | ||
| 2 | /* | ||
| 3 | 444444444 | ||
| 4 | 4::::::::4 | ||
| 5 | 4:::::::::4 | ||
| 6 | 4::::44::::4 | ||
| 7 | 4::::4 4::::4 Four Island | ||
| 8 | 4::::4 4::::4 | ||
| 9 | 4::::4 4::::4 Written and maintained by Starla Insigna | ||
| 10 | 4::::444444::::444 | ||
| 11 | 4::::::::::::::::4 pages/logout.php | ||
| 12 | 4444444444:::::444 | ||
| 13 | 4::::4 Please do not use, reproduce or steal the | ||
| 14 | 4::::4 contents of this file without explicit | ||
| 15 | 4::::4 permission from Hatkirby. | ||
| 16 | 44::::::44 | ||
| 17 | 4::::::::4 | ||
| 18 | 4444444444 | ||
| 19 | */ | ||
| 20 | |||
| 21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | ||
| 22 | |||
| 23 | require('headerproc.php'); | ||
| 24 | |||
| 25 | sess_delete('uname'); | ||
| 26 | header('Location: ' . rawurldecode($_GET['redirect'])); | ||
| 27 | |||
| 28 | ?> | ||
