| | |
| | | global $conf; |
| | | |
| | | //* Create the ispconfig apps vhost user and group |
| | | if($conf['apache']['installed'] == true && $this->install_ispconfig_interface == true){ |
| | | if($conf['apache']['installed'] == true){ |
| | | $apps_vhost_user = escapeshellcmd($conf['web']['apps_vhost_user']); |
| | | $apps_vhost_group = escapeshellcmd($conf['web']['apps_vhost_group']); |
| | | $install_dir = escapeshellcmd($conf['web']['website_basedir'].'/apps'); |
| | |
| | | |
| | | } |
| | | } |
| | | if($conf['nginx']['installed'] == true && $this->install_ispconfig_interface == true){ |
| | | if($conf['nginx']['installed'] == true){ |
| | | $apps_vhost_user = escapeshellcmd($conf['web']['apps_vhost_user']); |
| | | $apps_vhost_group = escapeshellcmd($conf['web']['apps_vhost_group']); |
| | | $install_dir = escapeshellcmd($conf['web']['website_basedir'].'/apps'); |