daniel
2008-06-05 5a8b3e516182073e3b9809e8c16a459a0fa037f8
Log symlinks changed. Remove Fastcgi scripts on site deletion. Started support for ssh chroot  
1 files modified
1 ■■■■ changed files
server/plugins-available/apache2_plugin.inc.php 1 ●●●● patch | view | raw | blame | history
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")
        {