diff --git a/interface/web/sites/web_vhost_domain_edit.php b/interface/web/sites/web_vhost_domain_edit.php index 4f2206c679fb6df1797e0b19edd9a5781e94b750..029df1cbef4c89531bf7330047f690ed1f3ab1f9 100644 --- a/interface/web/sites/web_vhost_domain_edit.php +++ b/interface/web/sites/web_vhost_domain_edit.php @@ -239,7 +239,6 @@ class page_action extends tform_actions { //PHP Version Selection (FastCGI) $server_type = 'apache'; -//print_r($web_config[$server_id]);exit; if(!empty($web_config[$server_id]['server_type'])) $server_type = $web_config[$server_id]['server_type']; if($server_type == 'nginx' && $this->dataRecord['php'] == 'fast-cgi') $this->dataRecord['php'] = 'php-fpm'; @@ -953,7 +952,6 @@ class page_action extends tform_actions { function onSubmit() { global $app, $conf; -//print_r($this->dataRecord);exit; // Set a few fixed values $this->dataRecord["vhost_type"] = 'name'; if($this->_vhostdomain_type == 'domain') {