mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
WEB. Replaced split with explode. This closed #878
This commit is contained in:
parent
d61b4f3159
commit
b7128ddc72
3 changed files with 3 additions and 11 deletions
|
@ -111,7 +111,7 @@ if (!empty($_POST['ok'])) {
|
|||
$v_db_email = $panel[$user]['CONTACT'];
|
||||
|
||||
// List avaiable database types
|
||||
$db_types = split(',', $_SESSION['DB_SYSTEM']);
|
||||
$db_types = explode(',', $_SESSION['DB_SYSTEM']);
|
||||
|
||||
// List available database servers
|
||||
exec (VESTA_CMD."v-list-database-hosts json", $output, $return_var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue