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-06-23 09:47:21 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-06-23 09:47:21 +0000
commitc6e3d927c343280bc1fd6d0dfdb64658151e9aac (patch)
tree2748a3fef5c547503433cde7ae93da64430bbf28 /central/trunk/index.php
parent3598c1a205bd3419f75ae481ad20d3f54b154bad (diff)
downloadinstadisc-c6e3d927c343280bc1fd6d0dfdb64658151e9aac.tar.gz
instadisc-c6e3d927c343280bc1fd6d0dfdb64658151e9aac.tar.bz2
instadisc-c6e3d927c343280bc1fd6d0dfdb64658151e9aac.zip
Moved code needed by most pages into a single file.
Diffstat (limited to 'central/trunk/index.php')
-rw-r--r--central/trunk/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/central/trunk/index.php b/central/trunk/index.php index 31d1af7..6ba21ab 100644 --- a/central/trunk/index.php +++ b/central/trunk/index.php
@@ -2,6 +2,12 @@
2 2
3/* InstaDisc Server - A Four Island Project */ 3/* InstaDisc Server - A Four Island Project */
4 4
5include('db.php'); 5include('common.php');
6
7?>Welcome to the <?php echo($config['title']); ?> InstaDisc Server!<P><?php
8
9echo($config['text']);
10
11include('footer.php');
6 12
7?> 13?>