Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
4a5f926a
Commit
4a5f926a
authored
Dec 20, 2008
by
fantu
Browse files
fix parse error
parent
fdf891ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
4a5f926a
...
...
@@ -730,7 +730,7 @@ class installer_base {
}
if
(
!
stristr
(
$tcp_public_services
,
$conf
[
'apache'
][
'vhost_port'
]))
{
$tcp_public_services
.
=
' '
.
intval
(
$conf
[
'apache'
][
'vhost_port'
])
)
;
$tcp_public_services
.
=
' '
.
intval
(
$conf
[
'apache'
][
'vhost_port'
]);
if
(
$row
[
"tcp_port"
])
!=
''
)
$this
->
db
->
query
(
"UPDATE firewall SET tcp_port = tcp_port + ',"
.
intval
(
$conf
[
'apache'
][
'vhost_port'
])
.
"' WHERE server_id = "
.
intval
(
$conf
[
'server_id'
]));
}
...
...
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