We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482f471 commit 750e6b3Copy full SHA for 750e6b3
1 file changed
install/cli-install.php
@@ -58,9 +58,9 @@
58
$args = array_slice($argv, 1);
59
60
if ( empty($args) ){
61
- echo 'Install Evolution CMS?'.PHP_EOL;
62
- $installYes = readline("Type 'y' to continue: ");
63
- if ($installYes != 'y') return;
+ echo 'Install Evolution CMS'.PHP_EOL;
+ //$installYes = readline("Type 'y' to continue: ");
+ //if ($installYes != 'y') return;
64
65
//set param manual
66
$databasehost = readline($_lang['connection_screen_database_host']. ' [localhost] ');
0 commit comments