diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 08:19:25 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 08:19:25 -0500 |
| commit | 5d41d15d6a03cca11ba8972b525a04ab83f53f56 (patch) | |
| tree | 6414672ec9c510e94beae3f33ee356faa3677383 | |
| parent | 2f65a40d8d0e400446fd9a295367d9d4081b0f71 (diff) | |
| download | fourisland-5d41d15d6a03cca11ba8972b525a04ab83f53f56.tar.gz fourisland-5d41d15d6a03cca11ba8972b525a04ab83f53f56.tar.bz2 fourisland-5d41d15d6a03cca11ba8972b525a04ab83f53f56.zip | |
Removed legacy pages/fourm.php
Ages ago, Four Island used mod_rewrite and a module called fourm.php to integrate The Fourm into the main site. However, now that task is accomplished by The Fourm itself by including the Four Island header.php and footer.php
| -rwxr-xr-x | pages/fourm.php | 31 |
1 files changed, 0 insertions, 31 deletions
| diff --git a/pages/fourm.php b/pages/fourm.php deleted file mode 100755 index ee8b0f7..0000000 --- a/pages/fourm.php +++ /dev/null | |||
| @@ -1,31 +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/fourm.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 | echo('<DIV ID="phpbb3-bubble">'); | ||
| 26 | |||
| 27 | include('fourm/link.php'); | ||
| 28 | |||
| 29 | echo('</DIV>'); | ||
| 30 | |||
| 31 | ?> | ||
