summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index 6f9e5823a..d13f96710 100644
--- a/install.php
+++ b/install.php
@@ -155,7 +155,7 @@ if (isset($_REQUEST['submit'])) {
$data = cleanText('data', '', '');
$changeslog = isset($_REQUEST['changeslog']);
$acl = isset($_REQUEST['acl']);
- $superuser = cleanText('superuser','','/\S+/', );
+ $superuser = cleanText('superuser','','/\S+/');
$password = cleanText('password','','/\S+/');
$confirm = cleanText('confirm','','/^'.preg_quote($password,'/').'$/');
$fullname = cleanText('fullname','','');
@@ -407,4 +407,4 @@ fieldset.dependent {
<a href="http://www.php.net"><img src="lib/tpl/default/images/button-php.gif" alt="powered by php" /></a>
</div>
</body>
-</html> \ No newline at end of file
+</html>