summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 1ec822fd9..e2f301f27 100644
--- a/install.php
+++ b/install.php
@@ -255,7 +255,7 @@ function check_data(&$d){
$ok = false;
}
if($d['acl']){
- if(!preg_match('/^[a-z1-9_]+$/',$d['superuser'])){
+ if(!preg_match('/^[a-z0-9_]+$/',$d['superuser'])){
$error[] = sprintf($lang['i_badval'],$lang['i_superuser']);
$ok = false;
}