diff options
Diffstat (limited to 'central/trunk')
-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); |