File: config.inc.php

package info (click to toggle)
phppgadmin 5.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,940 kB
  • sloc: php: 47,091; sh: 37; sql: 16; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<?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;
?>