WEB. Replaced split with explode. This closed #878

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-20 09:37:41 -04:00
commit b7128ddc72
3 changed files with 3 additions and 11 deletions

View file

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