diff options
Diffstat (limited to 'central/trunk/index.php')
| -rw-r--r-- | central/trunk/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
| 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 @@ | |||
| 2 | 2 | ||
| 3 | /* InstaDisc Server - A Four Island Project */ | 3 | /* InstaDisc Server - A Four Island Project */ |
| 4 | 4 | ||
| 5 | include('instadisc.php'); | 5 | include('includes/instadisc.php'); |
| 6 | include('template.php'); | 6 | include('includes/template.php'); |
| 7 | 7 | ||
| 8 | $template = new FITemplate('index'); | 8 | $template = new FITemplate('index'); |
| 9 | $template->add('SITENAME', instaDisc_getConfig('siteName')); | 9 | $template->add('SITENAME', instaDisc_getConfig('siteName')); |
