about summary refs log tree commit diff stats
path: root/central/trunk/index.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-07-26 14:32:57 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-07-26 14:32:57 +0000
commita6752bccf2ae0ce1f330ba9de02eafdb8e39916c (patch)
treec9311c639cd48dd2498429495a48c1bb61f85981 /central/trunk/index.php
parent3741a16e708fb022d6d05f353c581af831bedf3e (diff)
downloadinstadisc-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.php14
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
5include('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
12include('includes/footer.php');
13
14?>