We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1b1b8f + 7e05258 commit a26c882Copy full SHA for a26c882
install/install.php
@@ -553,7 +553,7 @@
553
//** Customise the port ISPConfig runs on
554
$ispconfig_vhost_port = $inst->free_query('ISPConfig Port', '8080','ispconfig_port');
555
$conf['interface_password'] = $inst->free_query('Admin password', 'admin','ispconfig_admin_password');
556
- if($conf['interface_password'] != 'admin') {
+ if(!AUTOINSTALL && $conf['interface_password'] != 'admin') {
557
$check = false;
558
do {
559
unset($temp_password);
0 commit comments