From d7367564c1cda6bedc8316302f3f848b4d411aac Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Aug 2008 15:02:00 +0000 Subject: Central: Organized files Refs #25 --- central/trunk/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'central/trunk/index.php') diff --git a/central/trunk/index.php b/central/trunk/index.php index 1ef9c9d..703cab8 100644 --- a/central/trunk/index.php +++ b/central/trunk/index.php @@ -2,8 +2,8 @@ /* InstaDisc Server - A Four Island Project */ -include('instadisc.php'); -include('template.php'); +include('includes/instadisc.php'); +include('includes/template.php'); $template = new FITemplate('index'); $template->add('SITENAME', instaDisc_getConfig('siteName')); -- cgit 1.4.1