Skip to content

Commit 0933e16

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/web/sites/web_vhost_domain_edit.php

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

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

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

953954
function onSubmit() {
954955
global $app, $conf;
956+
//print_r($this->dataRecord);exit;
955957
// Set a few fixed values
956958
$this->dataRecord["vhost_type"] = 'name';
957959
if($this->_vhostdomain_type == 'domain') {

0 commit comments

Comments
 (0)