Skip to content

Commit ef5c645

Browse files
author
florian030
committed
Revert "Revert "clean-up code""
This reverts commit 0933e16.
1 parent 0933e16 commit ef5c645

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interface/web/sites/web_vhost_domain_edit.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ function onShowEnd() {
239239

240240
//PHP Version Selection (FastCGI)
241241
$server_type = 'apache';
242-
//print_r($web_config[$server_id]);exit;
243242
if(!empty($web_config[$server_id]['server_type'])) $server_type = $web_config[$server_id]['server_type'];
244243
if($server_type == 'nginx' && $this->dataRecord['php'] == 'fast-cgi') $this->dataRecord['php'] = 'php-fpm';
245244

@@ -953,7 +952,6 @@ function onShowEdit() {
953952

954953
function onSubmit() {
955954
global $app, $conf;
956-
//print_r($this->dataRecord);exit;
957955
// Set a few fixed values
958956
$this->dataRecord["vhost_type"] = 'name';
959957
if($this->_vhostdomain_type == 'domain') {

0 commit comments

Comments
 (0)