mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Removed server side pages rendering.
This commit is contained in:
parent
be834ddd17
commit
0bb63b01c4
26 changed files with 0 additions and 134 deletions
|
@ -165,13 +165,8 @@ 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