diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 15:02:00 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 15:02:00 +0000 |
| commit | d7367564c1cda6bedc8316302f3f848b4d411aac (patch) | |
| tree | 0b544f14973be1edf970d7910ddf6923f11c4d5b /central/trunk/activate.php | |
| parent | 857ecf0581857ccf8d05209c5f77983f47ef3117 (diff) | |
| download | instadisc-d7367564c1cda6bedc8316302f3f848b4d411aac.tar.gz instadisc-d7367564c1cda6bedc8316302f3f848b4d411aac.tar.bz2 instadisc-d7367564c1cda6bedc8316302f3f848b4d411aac.zip | |
Central: Organized files
Refs #25
Diffstat (limited to 'central/trunk/activate.php')
| -rw-r--r-- | central/trunk/activate.php | 4 |
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 | ||
| 5 | include('instadisc.php'); | 5 | include('includes/instadisc.php'); |
| 6 | include('template.php'); | 6 | include('includes/template.php'); |
| 7 | 7 | ||
| 8 | if (!isset($_GET['submit'])) | 8 | if (!isset($_GET['submit'])) |
| 9 | { | 9 | { |
