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 c7ab115 commit ff16ebcCopy full SHA for ff16ebc
interface/web/sites/web_vhost_domain_edit.php
@@ -239,7 +239,6 @@ function onShowEnd() {
239
240
//PHP Version Selection (FastCGI)
241
$server_type = 'apache';
242
-//print_r($web_config[$server_id]);exit;
243
if(!empty($web_config[$server_id]['server_type'])) $server_type = $web_config[$server_id]['server_type'];
244
if($server_type == 'nginx' && $this->dataRecord['php'] == 'fast-cgi') $this->dataRecord['php'] = 'php-fpm';
245
@@ -953,7 +952,6 @@ function onShowEdit() {
953
952
954
function onSubmit() {
955
global $app, $conf;
956
-//print_r($this->dataRecord);exit;
957
// Set a few fixed values
958
$this->dataRecord["vhost_type"] = 'name';
959
if($this->_vhostdomain_type == 'domain') {
0 commit comments