mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
Updated and improved API respones.
This commit is contained in:
parent
387e6c8e0a
commit
859e65647f
33 changed files with 254 additions and 18 deletions
|
@ -165,8 +165,13 @@ if (empty($_GET['domain'])) {
|
|||
$v_ns8 = str_replace("'", "", $nameservers[7]);
|
||||
unset($output);
|
||||
}
|
||||
|
||||
// render_page($user, $TAB, 'add_dns');
|
||||
} else {
|
||||
// Display body for dns record
|
||||
|
||||
$v_domain = $_GET['domain'];
|
||||
// render_page($user, $TAB, 'add_dns_rec');
|
||||
}
|
||||
|
||||
$result = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue