This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/debian/patches/cli.diff

16 lines
490 B
Diff
Raw Normal View History

2011-02-14 17:06:01 +00:00
--- 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);