tbrehm
2008-08-18 d5be8964ba83473bd5433ea79341b620d0254db6
Fixed a bug were index.html gets overwriten when a subdomain is added.
1 files modified
2 ■■■ changed files
server/plugins-available/apache2_plugin.inc.php 2 ●●● patch | view | raw | blame | history
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);