about summary refs log tree commit diff stats
path: root/central/trunk/install.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 15:11:44 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 15:11:44 +0000
commitba500b968bc08f23102bf3b0210683d8e4eb7849 (patch)
tree42ce083febf2eea304b931a160a5fcdfccd76c97 /central/trunk/install.php
parent75a4f15e5998cc3995da462e4aa469e86bdf54c0 (diff)
downloadinstadisc-ba500b968bc08f23102bf3b0210683d8e4eb7849.tar.gz
instadisc-ba500b968bc08f23102bf3b0210683d8e4eb7849.tar.bz2
instadisc-ba500b968bc08f23102bf3b0210683d8e4eb7849.zip
Central: Fixed another include path
Yet ANOTHER [15]. Refs #25
Diffstat (limited to 'central/trunk/install.php')
-rw-r--r--central/trunk/install.php2
1 files changed, 1 insertions, 1 deletions
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']))
180 showHeader('2'); 180 showHeader('2');
181 showStepTwo($_POST['mailDomain'], $_POST['smtpHost'], ($_POST['smtpAuth'] == 'on' ? ' CHECKED' : ''), $_POST['smtpUser'], $_POST['smtpPass'], $_POST['siteName'], $_POST['xmlrpcURL'], $_POST['adminUser'], $_POST['adminPass'], $_POST['adminEmail'], $errors); 181 showStepTwo($_POST['mailDomain'], $_POST['smtpHost'], ($_POST['smtpAuth'] == 'on' ? ' CHECKED' : ''), $_POST['smtpUser'], $_POST['smtpPass'], $_POST['siteName'], $_POST['xmlrpcURL'], $_POST['adminUser'], $_POST['adminPass'], $_POST['adminEmail'], $errors);
182 } else { 182 } else {
183 include_once('config.php'); 183 include_once('includes/config.php');
184 184
185 mysql_connect($dbhost, $dbuser, $dbpass); 185 mysql_connect($dbhost, $dbuser, $dbpass);
186 mysql_select_db($dbname); 186 mysql_select_db($dbname);