mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Connected web interface with vesta.conf
This commit is contained in:
parent
8082315e59
commit
cc062abfc3
24 changed files with 55 additions and 81 deletions
|
@ -11,11 +11,6 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
|
|||
// Panel
|
||||
top_panel($user,$TAB);
|
||||
|
||||
// SYS
|
||||
exec (VESTA_CMD."v-list-sys-config json", $output, $return_var);
|
||||
$sys = json_decode(implode('', $output), true);
|
||||
unset($output);
|
||||
|
||||
// Data
|
||||
exec (VESTA_CMD."v-list-databases $user json", $output, $return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue