Viewing File: /usr/local/cpanel/3rdparty/share/phpPgAdmin/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;
?>
Back to Directory File Manager