From c6e3d927c343280bc1fd6d0dfdb64658151e9aac Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 23 Jun 2008 09:47:21 +0000 Subject: Moved code needed by most pages into a single file. --- central/trunk/index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'central/trunk/index.php') 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 @@ /* InstaDisc Server - A Four Island Project */ -include('db.php'); +include('common.php'); + +?>Welcome to the InstaDisc Server!

-- cgit 1.4.1