about summary refs log tree commit diff stats
path: root/central/trunk/index.php
blob: 6ba21ab3849d0558f4089ee75764af0dee186999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/* InstaDisc Server - A Four Island Project */

include('common.php');

?>Welcome to the <?php echo($config['title']); ?> InstaDisc Server!<P><?php

echo($config['text']);

include('footer.php');

?>