diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-08 00:00:20 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-08 00:00:20 +0000 |
| commit | 70f4caa35e06a9607b942cddfe9f3f9d6a0078d5 (patch) | |
| tree | ce3965002197466d00e3fff10f9025572f7408ad /central/trunk/install.php | |
| parent | 9969f54cea4d79af79ec1808d4c348b264939360 (diff) | |
| download | instadisc-70f4caa35e06a9607b942cddfe9f3f9d6a0078d5.tar.gz instadisc-70f4caa35e06a9607b942cddfe9f3f9d6a0078d5.tar.bz2 instadisc-70f4caa35e06a9607b942cddfe9f3f9d6a0078d5.zip | |
Central: Added the required include()
include('class.phpmailer.php'); had been neglected and thus the installation
failed.
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) |
