We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8ac6f commit f95bd93Copy full SHA for f95bd93
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