about summary refs log tree commit diff stats
path: root/central/trunk/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/register.php')
-rw-r--r--central/trunk/register.php3
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
5include('instadisc.php'); 5include('includes/instadisc.php');
6include('includes/template.php');
6 7
7if (!isset($_GET['submit'])) 8if (!isset($_GET['submit']))
8{ 9{