Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
07573272
Commit
07573272
authored
Apr 17, 2015
by
Marius Cramer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed double escaping
parent
c6d4e838
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-2
No files found.
install/lib/installer_base.lib.php
View file @
07573272
...
...
@@ -278,8 +278,7 @@ class installer_base {
}
$server_ini_content
=
array_to_ini
(
$tpl_ini_array
);
$server_ini_content
=
mysql_real_escape_string
(
$server_ini_content
);
$mail_server_enabled
=
(
$conf
[
'services'
][
'mail'
])
?
1
:
0
;
$web_server_enabled
=
(
$conf
[
'services'
][
'web'
])
?
1
:
0
;
$dns_server_enabled
=
(
$conf
[
'services'
][
'dns'
])
?
1
:
0
;
...
...
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