diff options
Diffstat (limited to 'central/trunk/install.php')
| -rw-r--r-- | central/trunk/install.php | 4 |
1 files changed, 3 insertions, 1 deletions
| diff --git a/central/trunk/install.php b/central/trunk/install.php index 5022faf..46300c8 100644 --- a/central/trunk/install.php +++ b/central/trunk/install.php | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | /* InstaDisc Server - A Four Island Project */ | 3 | /* InstaDisc Server - A Four Island Project */ |
| 4 | 4 | ||
| 5 | include('class.phpmailer.php'); | ||
| 6 | |||
| 5 | $softwareVersion = 1; | 7 | $softwareVersion = 1; |
| 6 | 8 | ||
| 7 | if (!isset($_GET['submit'])) | 9 | if (!isset($_GET['submit'])) |
| @@ -345,7 +347,7 @@ function showStepTwo($mailDomain, $smtpHost, $smtpAuth, $smtpUser, $smtpPass, $s | |||
| 345 | 347 | ||
| 346 | function showStepThree() | 348 | function showStepThree() |
| 347 | { | 349 | { |
| 348 | ?>Congradulations! You've successfully set up your InstaDisc Central Server's database! Now, the next step for you is to implement the functions in instadisc.php into your web application. Read README.txt for more information.<?php | 350 | ?>Congradulations! You've successfully set up your InstaDisc Central Server's database! Now, the next step for you is to implement the functions in instadisc.php into your web application. See <A HREF="http://fourisland.com/projects/instadisc/wiki/BecomingACentralServer">Becoming A Central Server</A>.<?php |
| 349 | } | 351 | } |
| 350 | 352 | ||
| 351 | function ifErrors($errors, $id) | 353 | function ifErrors($errors, $id) |
