From 70f4caa35e06a9607b942cddfe9f3f9d6a0078d5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 8 Aug 2008 00:00:20 +0000 Subject: Central: Added the required include() include('class.phpmailer.php'); had been neglected and thus the installation failed. --- central/trunk/install.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'central') 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 @@ /* InstaDisc Server - A Four Island Project */ +include('class.phpmailer.php'); + $softwareVersion = 1; if (!isset($_GET['submit'])) @@ -345,7 +347,7 @@ function showStepTwo($mailDomain, $smtpHost, $smtpAuth, $smtpUser, $smtpPass, $s function showStepThree() { -?>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.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 Becoming A Central Server.