tbrehm
2008-08-31 c23f02c20d3c99524b5c8fc2cd25153482c49978
server/plugins-available/apache2_plugin.inc.php
@@ -284,7 +284,7 @@
      }
      
      
      if($this->action == 'insert') {
      if($this->action == 'insert' && $data["new"]["type"] == 'vhost') {
         // Copy the error pages
         $error_page_path = escapeshellcmd($data["new"]["document_root"])."/web/error/";
         exec("cp /usr/local/ispconfig/server/conf/error/".substr(escapeshellcmd($conf["language"]),0,2)."/* ".$error_page_path);