File: config.conf

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-10
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • sloc: sh: 3,008; ansic: 2,746; php: 1,263; yacc: 216; makefile: 162; lex: 36; sql: 27
file content (12 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (7)
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'";
?>