about summary refs log tree commit diff stats
path: root/central/trunk/index.php
diff options
context:
space:
mode:
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?>