You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/plugins-available/apache2_plugin.inc.php
+9-19Lines changed: 9 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1422,31 +1422,31 @@ function update($event_name, $data) {
1422
1422
unset($client);
1423
1423
unset($aa_search);
1424
1424
unset($aa_replace);
1425
-
$server_alias[] .= $auto_alias.'';
1425
+
$server_alias[] .= $auto_alias;
1426
1426
}
1427
1427
1428
1428
// get alias domains (co-domains and subdomains)
1429
1429
$aliases = $app->db->queryAllRecords("SELECT * FROM web_domain WHERE parent_domain_id = ? AND active = 'y' AND (type != 'vhostsubdomain' AND type != 'vhostalias')", $data['new']['domain_id']);
if (count($rewrite_wildcard_rules) > 0) $rewrite_rules = array_merge($rewrite_rules, $rewrite_wildcard_rules); // Append wildcard rules to the end of rules
0 commit comments