diff --git a/install.php b/install.php index 6f9e5823a5c91ca74eca749345adbd61295c9564..d13f967107d8568d156164c692003d9aea26f3da 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>