Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
ff16ebc2
Commit
ff16ebc2
authored
Jul 25, 2018
by
Florian Schaal
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean-up code
parent
c7ab115f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
interface/web/sites/web_vhost_domain_edit.php
interface/web/sites/web_vhost_domain_edit.php
+0
-2
No files found.
interface/web/sites/web_vhost_domain_edit.php
View file @
ff16ebc2
...
...
@@ -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'
)
{
...
...
Florian Schaal
@florian030
mentioned in commit
0933e169
·
Aug 20, 2018
mentioned in commit
0933e169
mentioned in commit 0933e16927f36ed30b64716228e6589c0d39beaf
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment