about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 15:08:35 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 15:08:35 +0000
commitb9f456ecc7c98b8ae2672f873c77c36faf7daa86 (patch)
tree541e01100cc10ad66afc5b2949642ea031cae03c
parent900db5d4dfaa2980c4fa6cfaf5bbe8fc91cf6bd0 (diff)
downloadinstadisc-b9f456ecc7c98b8ae2672f873c77c36faf7daa86.tar.gz
instadisc-b9f456ecc7c98b8ae2672f873c77c36faf7daa86.tar.bz2
instadisc-b9f456ecc7c98b8ae2672f873c77c36faf7daa86.zip
Series: Fixed bug in install.php
[15]

Refs #53
-rw-r--r--series/core/trunk/install.php2
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
191function showStepTwo($siteName, $errors) 191function 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">