about summary refs log tree commit diff stats
path: root/central/trunk/activate.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/activate.php')
-rw-r--r--central/trunk/activate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/central/trunk/activate.php b/central/trunk/activate.php index 3237b70..61a0fca 100644 --- a/central/trunk/activate.php +++ b/central/trunk/activate.php
@@ -2,8 +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('template.php'); 6include('includes/template.php');
7 7
8if (!isset($_GET['submit'])) 8if (!isset($_GET['submit']))
9{ 9{