daniel
2008-06-05 5a8b3e516182073e3b9809e8c16a459a0fa037f8
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")
      {