mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -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
|
@ -13,15 +13,11 @@ if (empty($_GET['domain'])){
|
|||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data, true);
|
||||
unset($output);
|
||||
|
||||
// render_page($user, $TAB, 'list_dns');
|
||||
} else {
|
||||
exec (VESTA_CMD."v-list-dns-records ".$user." ".escapeshellarg($_GET['domain'])." json", $output, $return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data, true);
|
||||
unset($output);
|
||||
|
||||
// render_page($user, $TAB, 'list_dns_rec');
|
||||
}
|
||||
|
||||
foreach ($data as $key => $value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue