mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fix for fix #64 ..
This commit is contained in:
parent
5f732bc676
commit
cfbcf06fad
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if (!empty($_POST['ok'])) {
|
|||
unset($v_password);
|
||||
unset($output);
|
||||
}
|
||||
if ((!empty($v_db_email)) && ($return_var != 0)) {
|
||||
if ((!empty($v_db_email)) && ($return_var == 0)) {
|
||||
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"]);
|
||||
if ($_POST['v_type'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin/";
|
||||
if ($_POST['v_type'] == 'pgsql') $db_admin_link = "http://".$http_host."/phpPgAdmin/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue