Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
6fc833c0
Commit
6fc833c0
authored
Sep 18, 2010
by
tbrehm
Browse files
Fixed syntax error in install/lib/installer_base.lib.php
parent
2ebadd76
Changes
1
Show whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
6fc833c0
...
...
@@ -1426,7 +1426,7 @@ class installer_base {
$content
=
str_replace
(
'{vhost_port_listen}'
,
''
,
$content
);
}
if
(
is_file
(
$install_dir
.
'/interface/ssl/ispserver.crt'
)
&&
is_file
(
$install_dir
'/interface/ssl/ispserver.key'
))
{
if
(
is_file
(
$install_dir
.
'/interface/ssl/ispserver.crt'
)
&&
is_file
(
$install_dir
.
'/interface/ssl/ispserver.key'
))
{
$content
=
str_replace
(
'{ssl_comment}'
,
''
,
$content
);
}
else
{
$content
=
str_replace
(
'{ssl_comment}'
,
'#'
,
$content
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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