diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 17:27:03 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 17:27:03 -0500 |
| commit | 24503e3abe705acde2df159aeae61be0d009f92e (patch) | |
| tree | 8debbd53dcd0db2f5934c5e2af4e697e3787781d /headerproc.php | |
| download | fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2 fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip | |
Imported sources
Diffstat (limited to 'headerproc.php')
| -rw-r--r-- | headerproc.php | 31 |
1 files changed, 31 insertions, 0 deletions
| diff --git a/headerproc.php b/headerproc.php new file mode 100644 index 0000000..80310ac --- /dev/null +++ b/headerproc.php | |||
| @@ -0,0 +1,31 @@ | |||
| 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 headerproc.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_INCLUDED') && defined('S_INCLUDE_FILE')) | ||
| 22 | { | ||
| 23 | header('Location: /hackersdie.php'); | ||
| 24 | exit; | ||
| 25 | } | ||
| 26 | |||
| 27 | if (!defined('S_INCLUDED')) {define('S_INCLUDED',1);} | ||
| 28 | |||
| 29 | set_include_path(get_include_path() . ':' . $_SERVER['DOCUMENT_ROOT']); | ||
| 30 | |||
| 31 | ?> | ||
