diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 08:22:33 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 08:22:33 -0500 |
commit | d2f5be11cca19c8ea159bb5add21322d4331ea51 (patch) | |
tree | c0f2c0eab39140775b860ea4f403452a20ac0e7a /pages | |
parent | 5d41d15d6a03cca11ba8972b525a04ab83f53f56 (diff) | |
download | fourisland-d2f5be11cca19c8ea159bb5add21322d4331ea51.tar.gz fourisland-d2f5be11cca19c8ea159bb5add21322d4331ea51.tar.bz2 fourisland-d2f5be11cca19c8ea159bb5add21322d4331ea51.zip |
Removed splash screen
Diffstat (limited to 'pages')
-rwxr-xr-x | pages/splash.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pages/splash.php b/pages/splash.php deleted file mode 100755 index 0a9ca89..0000000 --- a/pages/splash.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/splash.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 | $template = new FITemplate('welcome'); | ||
26 | $template->display(); | ||
27 | |||
28 | ?> | ||