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 1689ea3 commit 3b2f499Copy full SHA for 3b2f499
web/edit/server/index.php
@@ -59,7 +59,7 @@
59
$v_pgsql_hosts = json_decode(implode('', $output), true);
60
unset($output);
61
foreach ($v_pgsql_hosts as $key => $value) {
62
- $v_psql = 'yes';
+ $v_pgsql = 'yes';
63
}
64
65
// List backup settings
@@ -207,7 +207,7 @@
207
208
// Update phpPgAdmin url
209
if (empty($_SESSION['error_msg'])) {
210
- if ($_POST['v_psql_url'] != $_SESSION['DB_PGA_URL']) {
+ if ($_POST['v_pgsql_url'] != $_SESSION['DB_PGA_URL']) {
211
exec (VESTA_CMD."v-change-sys-config-value DB_PGA_URL '".escapeshellarg($_POST['v_pgsql_url'])."'", $output, $return_var);
212
check_return_code($return_var,$output);
213
0 commit comments