diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 15:08:35 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 15:08:35 +0000 |
commit | b9f456ecc7c98b8ae2672f873c77c36faf7daa86 (patch) | |
tree | 541e01100cc10ad66afc5b2949642ea031cae03c /series | |
parent | 900db5d4dfaa2980c4fa6cfaf5bbe8fc91cf6bd0 (diff) | |
download | instadisc-b9f456ecc7c98b8ae2672f873c77c36faf7daa86.tar.gz instadisc-b9f456ecc7c98b8ae2672f873c77c36faf7daa86.tar.bz2 instadisc-b9f456ecc7c98b8ae2672f873c77c36faf7daa86.zip |
Series: Fixed bug in install.php
[15] Refs #53
Diffstat (limited to 'series')
-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"> |