about summary refs log tree commit diff stats
path: root/series/trunk/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'series/trunk/install.php')
-rw-r--r--series/trunk/install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/series/trunk/install.php b/series/trunk/install.php index 868726d..905344b 100644 --- a/series/trunk/install.php +++ b/series/trunk/install.php
@@ -208,7 +208,6 @@ function showStepTwo($siteName, $adminUser, $adminPass, $errors)
208<DIV CLASS="ctrlHolder<?php ifErrors($errors, 'siteName'); ?>"> 208<DIV CLASS="ctrlHolder<?php ifErrors($errors, 'siteName'); ?>">
209<?php doErrors($errors, 'siteName'); ?> <LABEL FOR="siteName"><EM>*</EM> Site Name: </LABEL> 209<?php doErrors($errors, 'siteName'); ?> <LABEL FOR="siteName"><EM>*</EM> Site Name: </LABEL>
210 <INPUT TYPE="text" ID="siteName" NAME="siteName" CLASS="textInput" VALUE="<?php echo($siteName); ?>"> 210 <INPUT TYPE="text" ID="siteName" NAME="siteName" CLASS="textInput" VALUE="<?php echo($siteName); ?>">
211 <P CLASS="formHint">Your website's name is required for a little personalization of emails.</P>
212</DIV> 211</DIV>
213</FIELDSET><FIELDSET CLASS="inlineLabels"><LEGEND>Administrator User Details</LEGEND> 212</FIELDSET><FIELDSET CLASS="inlineLabels"><LEGEND>Administrator User Details</LEGEND>
214<DIV CLASS="ctrlHolder<?php ifErrors($errors, 'adminUser'); ?>"> 213<DIV CLASS="ctrlHolder<?php ifErrors($errors, 'adminUser'); ?>">