This commit is contained in:
Serghey Rodin 2013-01-22 03:00:33 +02:00
commit c6b7c0b8e0
8 changed files with 318 additions and 315 deletions

View file

@ -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);