tbrehm
2008-09-18 c46870f6ad01452c00b53c4599110ebbf79decb2
Fixed bugs 207 and 208
- Website symlinks in wrong client directory created.
- Standard indes page gets replaced when a alias domain is added.
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
@@ -191,6 +191,7 @@
            $tmp = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".$parent_domain_id." AND active = 'y'");
            $data["new"] = $tmp;
            $data["old"] = $tmp;
            $this->action = 'update';
        }