diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-07-26 14:32:57 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-07-26 14:32:57 +0000 |
| commit | a6752bccf2ae0ce1f330ba9de02eafdb8e39916c (patch) | |
| tree | c9311c639cd48dd2498429495a48c1bb61f85981 /central/trunk/index.php | |
| parent | 3741a16e708fb022d6d05f353c581af831bedf3e (diff) | |
| download | instadisc-a6752bccf2ae0ce1f330ba9de02eafdb8e39916c.tar.gz instadisc-a6752bccf2ae0ce1f330ba9de02eafdb8e39916c.tar.bz2 instadisc-a6752bccf2ae0ce1f330ba9de02eafdb8e39916c.zip | |
Continued working on install.php
Diffstat (limited to 'central/trunk/index.php')
| -rw-r--r-- | central/trunk/index.php | 14 |
1 files changed, 0 insertions, 14 deletions
| diff --git a/central/trunk/index.php b/central/trunk/index.php deleted file mode 100644 index 8ced805..0000000 --- a/central/trunk/index.php +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | /* InstaDisc Server - A Four Island Project */ | ||
| 4 | |||
| 5 | include('includes/common.php'); | ||
| 6 | |||
| 7 | $template = new FITemplate('index'); | ||
| 8 | $template->add('TITLE', $config['title']); | ||
| 9 | $template->add('TEXT', $config['text']); | ||
| 10 | $template->display(); | ||
| 11 | |||
| 12 | include('includes/footer.php'); | ||
| 13 | |||
| 14 | ?> | ||
