diff options
Diffstat (limited to 'series/core')
-rw-r--r-- | series/core/trunk/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/series/core/trunk/install.php b/series/core/trunk/install.php index 86be5ee..cf0d592 100644 --- a/series/core/trunk/install.php +++ b/series/core/trunk/install.php | |||
@@ -188,7 +188,7 @@ function showStepOne($host, $username, $password, $dbname, $errors) | |||
188 | </DIV></FORM><?php | 188 | </DIV></FORM><?php |
189 | } | 189 | } |
190 | 190 | ||
191 | function showStepTwo($siteName, $errors) | 191 | function showStepTwo($siteName, $adminUser, $adminPass, $errors) |
192 | { | 192 | { |
193 | ?>Your database has been set up. All we need to do now is fill it up a little. Please answer the below questions to set up your configuration: | 193 | ?>Your database has been set up. All we need to do now is fill it up a little. Please answer the below questions to set up your configuration: |
194 | <FORM CLASS="uniform" ACTION="./install.php?submit=2" METHOD="POST"> | 194 | <FORM CLASS="uniform" ACTION="./install.php?submit=2" METHOD="POST"> |