Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
phppgadmin-7.13
/
plugins
/
Report
/
conf
/
/srv/admin/htdocs/phppgadmin-7.13/plugins/Report/conf/config.inc.php
<?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; ?>