Skip to content

Commit 5a8b3e5

Browse files
author
daniel
committed
Log symlinks changed. Remove Fastcgi scripts on site deletion. Started support for ssh chroot
1 parent a91fdb2 commit 5a8b3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ function delete($event_name,$data) {
462462
$docroot = escapeshellcmd($data["old"]["document_root"]);
463463
if($docroot != '' && !stristr($docroot,'..')) exec("rm -rf $docroot");
464464

465+
465466
//remove the php fastgi starter script if available
466467
if ($data["old"]["php"] == "fast-cgi")
467468
{

0 commit comments

Comments
 (0)