From 5a8b3e516182073e3b9809e8c16a459a0fa037f8 Mon Sep 17 00:00:00 2001
From: daniel <daniel@ispconfig3>
Date: Thu, 05 Jun 2008 16:47:03 -0400
Subject: [PATCH] Log symlinks changed. Remove Fastcgi scripts on site deletion. Started support for ssh chroot
---
server/plugins-available/apache2_plugin.inc.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php
index 98fcfd0..2b790d2 100644
--- a/server/plugins-available/apache2_plugin.inc.php
+++ b/server/plugins-available/apache2_plugin.inc.php
@@ -462,6 +462,7 @@
$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")
{
--
Gitblit v1.9.1