HEX
Server: Apache
System: Linux SH-FR-PM-y8qo 6.6.80-paas #1 SMP PREEMPT_DYNAMIC Thu Sep 25 11:18:23 UTC 2025 x86_64
User: hosting-user (5000)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /srv/admin/htdocs/phppgadmin-5.6/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;
?>