diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 15:11:44 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 15:11:44 +0000 |
| commit | ba500b968bc08f23102bf3b0210683d8e4eb7849 (patch) | |
| tree | 42ce083febf2eea304b931a160a5fcdfccd76c97 /central | |
| parent | 75a4f15e5998cc3995da462e4aa469e86bdf54c0 (diff) | |
| download | instadisc-ba500b968bc08f23102bf3b0210683d8e4eb7849.tar.gz instadisc-ba500b968bc08f23102bf3b0210683d8e4eb7849.tar.bz2 instadisc-ba500b968bc08f23102bf3b0210683d8e4eb7849.zip | |
Central: Fixed another include path
Yet ANOTHER [15]. Refs #25
Diffstat (limited to 'central')
| -rw-r--r-- | central/trunk/install.php | 2 |
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); |
