[feladat @ 265]
authorrejo
Tue, 13 May 2008 19:03:24 +0000
changeset 159 abe711eddd45
parent 158 30a7f897aaf0
child 160 19cc35549204
[feladat @ 265] Fixed a bug in the installer. This closes #50.
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 "<p><tt>$ createuser -E -P " . $db_user . "<br>" .
 				"Enter password for new role: " . $db_pass . "<br>" .
 				"Enter it again: " . $db_pass . "<br>" . 
-				"Shall the new role be a superuser? (y/n) n<br>" . A
+				"Shall the new role be a superuser? (y/n) n<br>" .
 				"Shall the new user be allowed to create databases? (y/n) n<br>" . 
 				"Shall the new user be allowed to create more new users? (y/n) n<br>" . 
 				"CREATE USER<br>" .