# HG changeset patch # User rejo # Date 1210705404 0 # Node ID abe711eddd455c49bb122382cef781ed5b775c9a # Parent 30a7f897aaf0698c2b89edf74e2c71866f02a6af [feladat @ 265] Fixed a bug in the installer. This closes #50. diff -r 30a7f897aaf0 -r abe711eddd45 install/index.php --- a/install/index.php Tue May 13 15:18:45 2008 +0000 +++ b/install/index.php Tue May 13 19:03:24 2008 +0000 @@ -205,7 +205,7 @@ echo "

$ createuser -E -P " . $db_user . "
" . "Enter password for new role: " . $db_pass . "
" . "Enter it again: " . $db_pass . "
" . - "Shall the new role be a superuser? (y/n) n
" . A + "Shall the new role be a superuser? (y/n) n
" . "Shall the new user be allowed to create databases? (y/n) n
" . "Shall the new user be allowed to create more new users? (y/n) n
" . "CREATE USER
" .