We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b1b8f commit 7e05258Copy full SHA for 7e05258
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