mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
custom phpMyAdmin and phpPgAdmin links
This commit is contained in:
parent
bdac016e7a
commit
563d00dd02
3 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,11 @@ 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