* @copyright 2003-2013 PgPool Global Development Group * @version CVS: $Id$ */ require_once('common.php'); if (!isset($_SESSION[SESSION_LOGIN_USER])) { exit(); } $params = readConfigParams(array('parallel_mode', 'backend_clustering_mode', 'master_slave_mode', 'master_slave_sub_mode', 'memory_cache_enabled', 'memqcache_method', 'enable_query_cache', 'replication_mode', 'load_balance_mode', 'use_watchdog', 'wd_lifecheck_method', 'health_check_period', 'backend_clustering_mode')); $tpl->assign('params', $params); $tpl->display('innerSummary.tpl'); ?>