mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
Updated and improved API respones.
This commit is contained in:
parent
387e6c8e0a
commit
859e65647f
33 changed files with 254 additions and 18 deletions
|
@ -123,13 +123,13 @@ unset($output);
|
|||
unset($db_hosts_tmp1);
|
||||
unset($db_hosts_tmp2);
|
||||
|
||||
$prefixI18N = __('Prefix will be automaticaly added to database name and database user', "<b>".$_SESSION['user']."_</b>");
|
||||
$prefixI18N = __('Prefix will be automaticaly added to database name and database user', "<b>".$user."_</b>");
|
||||
$maxCharLength = __('maximum characters length, including prefix', 16);
|
||||
|
||||
$result = array(
|
||||
'dbHosts' => $db_hosts,
|
||||
'dbTypes' => $db_types,
|
||||
'user' => $_SESSION['user'],
|
||||
'user' => $user,
|
||||
'prefixI18N' => $prefixI18N,
|
||||
'maxCharLength' => $maxCharLength,
|
||||
'error_msg' => $_SESSION['error_msg'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue