mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
custom mail url
This commit is contained in:
parent
c60bda6b95
commit
a0d4354b38
4 changed files with 22 additions and 3 deletions
|
@ -13,6 +13,12 @@ top_panel($user,$TAB);
|
|||
|
||||
// Data
|
||||
if (empty($_GET['domain'])){
|
||||
|
||||
// SYS
|
||||
exec (VESTA_CMD."v-list-sys-config json", $output, $return_var);
|
||||
$sys = json_decode(implode('', $output), true);
|
||||
unset($output);
|
||||
|
||||
exec (VESTA_CMD."v-list-mail-domains $user json", $output, $return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue