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
Guilherme Filippo
ISPConfig 3
Commits
ff70758f
Commit
ff70758f
authored
Jan 22, 2010
by
tbrehm
Browse files
Fixed a typo in apache2_plugin.inc.php
parent
c8cf71f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/apache2_plugin.inc.php
View file @
ff70758f
...
...
@@ -715,7 +715,7 @@ class apache2_plugin {
$fcgi_tpl
->
setVar
(
'security_level'
,
intval
(
$web_config
[
"security_level"
]));
$php_open_basedir
=
(
$data
[
"new"
][
"php_open_basedir"
]
==
''
)
?
$data
[
"new"
][
"document_root"
]
:
$data
[
"new"
][
"php_open_basedir"
];
$cgi_tpl
->
setVar
(
'open_basedir'
,
escapeshellcmd
(
$php_open_basedir
));
$
f
cgi_tpl
->
setVar
(
'open_basedir'
,
escapeshellcmd
(
$php_open_basedir
));
$fcgi_starter_script
=
escapeshellcmd
(
$fastcgi_starter_path
.
$fastcgi_config
[
"fastcgi_starter_script"
]);
file_put_contents
(
$fcgi_starter_script
,
$fcgi_tpl
->
grab
());
...
...
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