mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -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
|
@ -14,8 +14,6 @@ if (empty($_GET['domain'])){
|
|||
unset($output);
|
||||
|
||||
$favorites = $_SESSION['favourites']['MAIL'];
|
||||
|
||||
// render_page($user, $TAB, 'list_mail');
|
||||
} else {
|
||||
exec (VESTA_CMD."v-list-mail-accounts ".$user." ".escapeshellarg($_GET['domain'])." json", $output, $return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
|
@ -23,8 +21,6 @@ if (empty($_GET['domain'])){
|
|||
unset($output);
|
||||
|
||||
$favorites = $_SESSION['favourites']['MAIL_ACC'];
|
||||
|
||||
// render_page($user, $TAB, 'list_mail_acc');
|
||||
}
|
||||
|
||||
$uname_arr=posix_uname();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue