This file is indexed.

/var/lib/bandwidthd/htdocs/config.conf is in bandwidthd-pgsql 2.0.1+cvs20090917-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?php
define("DFLT_WIDTH", 1100);
define("DFLT_HEIGHT", 325);
define("DFLT_INTERVAL", INT_DAILY);

define("ZOOM_LONG", "-90.65995216369629");
define("ZOOM_LAT", "40.72982797782921");
define("ZOOM_LEVEL", "8");

include("/etc/bandwidthd/debian-db.php");
$db_connect_string = "host='$dbserver' port='$dbport' dbname='$dbname' user='$dbuser' password='$dbpass'";
?>