--- a/installer/cli.php +++ b/installer/cli.php @@ -60,10 +60,10 @@ try { list ($user, $password) = installer::create_admin($config); print "Your Gallery has been successfully installed!\n"; - print "We've created an account for you to use:\n"; +/* print "We've created an account for you to use:\n"; print " username: $user\n"; print " password: $password\n"; - print "\n"; + print "\n"; */ installer::create_private_key($config); exit(0);