mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
i18n db
This commit is contained in:
parent
497f7d9906
commit
c6b7c0b8e0
8 changed files with 318 additions and 315 deletions
|
@ -12,6 +12,9 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
|
|||
// Panel
|
||||
top_panel($user,$TAB);
|
||||
|
||||
$lang = 'ru_RU.utf8';
|
||||
setlocale(LC_ALL, $lang);
|
||||
|
||||
// Data
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
exec (VESTA_CMD."v-list-databases $user json", $output, $return_var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue