File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 4747 \___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
4848 __/ |
4949 |___/ " ;
50-
51- echo "\n\n>> sInitial configuration \n\n" ;
50+ echo "\n" . str_repeat ( ' - ' , 80 ). "\n" ;
51+ echo "\n\n>> Initial configuration \n\n" ;
5252
5353//** Include the library with the basic installer functions
5454require_once ('lib/install.lib.php ' );
6868
6969//** Lets go !
7070$ inst = new installer ();
71- swriteln ($ inst ->lng ('Following will be a few questions for primary configuration so be careful please ' ,"\n\n" ));
71+ swriteln ($ inst ->lng (' Following will be a few questions for primary configuration so be careful. ' ));
72+ swriteln ($ inst ->lng (' Default values are in [brackets] and can be accepted with <ENTER> ' ."\n\n" ));
7273
7374//** Select the language
7475$ conf ['language ' ] = $ inst ->simple_query ('Select language ' , array ('en ' ,'de ' ), 'en ' );
7980//** Get the hostname
8081$ tmp_out = array ();
8182exec ('hostname -f ' , $ tmp_out );
82- $ conf ['hostname ' ] = $ inst ->free_query ('Full qualified hostname (FQDN) of the server ' , $ tmp_out [0 ]);
83+ $ conf ['hostname ' ] = $ inst ->free_query ('Full qualified hostname (FQDN) of the server, eg foo.example.com ' , $ tmp_out [0 ]);
8384unset($ tmp_out );
8485
8586//** Get MySQL root credentials
You can’t perform that action at this time.
0 commit comments