diff options
Diffstat (limited to 'central/trunk/register.php')
-rw-r--r-- | central/trunk/register.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/central/trunk/register.php b/central/trunk/register.php index 87774fc..fd09fde 100644 --- a/central/trunk/register.php +++ b/central/trunk/register.php | |||
@@ -2,7 +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('includes/template.php'); | ||
6 | 7 | ||
7 | if (!isset($_GET['submit'])) | 8 | if (!isset($_GET['submit'])) |
8 | { | 9 | { |