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
ISPConfig
ISPConfig 3
Commits
5a8b3e51
Commit
5a8b3e51
authored
Jun 05, 2008
by
daniel
Browse files
Log symlinks changed. Remove Fastcgi scripts on site deletion. Started support for ssh chroot
parent
a91fdb2f
Changes
1
Show whitespace changes
Inline
Side-by-side
server/plugins-available/apache2_plugin.inc.php
View file @
5a8b3e51
...
...
@@ -462,6 +462,7 @@ class apache2_plugin {
$docroot
=
escapeshellcmd
(
$data
[
"old"
][
"document_root"
]);
if
(
$docroot
!=
''
&&
!
stristr
(
$docroot
,
'..'
))
exec
(
"rm -rf
$docroot
"
);
//remove the php fastgi starter script if available
if
(
$data
[
"old"
][
"php"
]
==
"fast-cgi"
)
{
...
...
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