From 934c7d1764ecdd739ed342e14056ad3c91c744ba Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 26 Jul 2010 10:09:30 -0400 Subject: [PATCH] Implemented: FS#1260 - Do not ask for port number during updates - The updater still asks for the port number, but with this update the default number that is shown is read from the vhost file as xaver suggested. --- install/autoupdate.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/autoupdate.php b/install/autoupdate.php index 2c388c4..116c375 100644 --- a/install/autoupdate.php +++ b/install/autoupdate.php @@ -271,7 +271,7 @@ //** Customise the port ISPConfig runs on -$conf['apache']['vhost_port'] = '8080'; +$conf['apache']['vhost_port'] = get_ispconfig_port_number();; $inst->install_ispconfig(); -- Gitblit v1.9.1