<?php /* Database and table for reports */ $plugin_conf['reports_db'] = 'phppgadmin'; $plugin_conf['reports_schema'] = 'public'; $plugin_conf['reports_table'] = 'ppa_reports'; /* Only show owned reports? * Note: This does not prevent people from accessing other reports by * other means. */ $plugin_conf['owned_reports_only'] = false; ?>