summaryrefslogtreecommitdiff
path: root/nodeStatus.php
diff options
context:
space:
mode:
authorNozomi Anzai2014-10-08 06:34:15 +0000
committerNozomi Anzai2014-10-08 06:34:15 +0000
commit34a8967ff373926f541193189898060ade72170d (patch)
tree6b1a73aa41e38cadf0220d1a593e08b116eb6e68 /nodeStatus.php
parent03642948609e6287354cb881d04b39cdd2b69593 (diff)
Adopt pgpool-II 3.4
Added parameters are: - listen_backlog_multiplier - connect_timeout - allow_sql_comments - check_unlogged_table - database_redirect_preference_list - app_name_redirect_preference_list
Diffstat (limited to 'nodeStatus.php')
-rw-r--r--nodeStatus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodeStatus.php b/nodeStatus.php
index d85c8b2..3a3e7fd 100644
--- a/nodeStatus.php
+++ b/nodeStatus.php
@@ -127,7 +127,7 @@ $tpl->assign('msgStopPgpool', $message['msgStopPgpool']);
$tpl->assign('nodeCount', $nodeCount);
$tpl->assign('has_not_loaded_node', $has_not_loaded_node);
$tpl->assign('pgpoolIsRunning', $is_pgpool_running);
-$tpl->assign('is_superuser', isSuperUser($_SESSION[SESSION_LOGIN_USER]))
+$tpl->assign('is_superuser', isSuperUser($_SESSION[SESSION_LOGIN_USER]));
// Set params
$configValue = readConfigParams('recovery_1st_stage');