We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597a92e commit 66e94a7Copy full SHA for 66e94a7
web/add/db/index.php
@@ -64,7 +64,7 @@
64
unset($v_password);
65
unset($output);
66
}
67
- if (!empty($v_db_email)) {
+ if ((!empty($v_db_email)) && ($return_var != 0)) {
68
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"]);
69
if ($_POST['v_type'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin/";
70
if ($_POST['v_type'] == 'pgsql') $db_admin_link = "http://".$http_host."/phpPgAdmin/";
0 commit comments