mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
WEB_DOMAIN syntax error fixed
This commit is contained in:
parent
809d0a22c6
commit
0b9711d7c9
1 changed files with 12 additions and 11 deletions
|
@ -149,6 +149,7 @@ class WEB_DOMAIN extends AjaxHandler
|
||||||
$this->errors['SSL'] = array($result['error_code'] => $result['error_message']);
|
$this->errors['SSL'] = array($result['error_code'] => $result['error_message']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ($_s['CREATE_DNS_DOMAIN']) {
|
if ($_s['CREATE_DNS_DOMAIN']) {
|
||||||
$params = array(
|
$params = array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue