diff options
Diffstat (limited to 'central/trunk/index.php')
| -rw-r--r-- | central/trunk/index.php | 8 |
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 | ||
| 5 | include('db.php'); | 5 | include('common.php'); |
| 6 | |||
| 7 | ?>Welcome to the <?php echo($config['title']); ?> InstaDisc Server!<P><?php | ||
| 8 | |||
| 9 | echo($config['text']); | ||
| 10 | |||
| 11 | include('footer.php'); | ||
| 6 | 12 | ||
| 7 | ?> | 13 | ?> |
