From ba500b968bc08f23102bf3b0210683d8e4eb7849 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Aug 2008 15:11:44 +0000 Subject: Central: Fixed another include path Yet ANOTHER [15]. Refs #25 --- central/trunk/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'central/trunk/install.php') diff --git a/central/trunk/install.php b/central/trunk/install.php index e5403ac..b2b1396 100644 --- a/central/trunk/install.php +++ b/central/trunk/install.php @@ -180,7 +180,7 @@ if (!isset($_GET['submit'])) showHeader('2'); showStepTwo($_POST['mailDomain'], $_POST['smtpHost'], ($_POST['smtpAuth'] == 'on' ? ' CHECKED' : ''), $_POST['smtpUser'], $_POST['smtpPass'], $_POST['siteName'], $_POST['xmlrpcURL'], $_POST['adminUser'], $_POST['adminPass'], $_POST['adminEmail'], $errors); } else { - include_once('config.php'); + include_once('includes/config.php'); mysql_connect($dbhost, $dbuser, $dbpass); mysql_select_db($dbname); -- cgit 1.4.1