AS-Stats/www/config.inc

16 lines
277 B
PHP
Raw Normal View History

<?php
/* changes these values to suit your local configuration */
$rrdpath = "/data/rrd";
$daystatsfile = "/data/asstats_day.txt";
$rrdtool = "/usr/local/bin/rrdtool";
$asinfofile = "asinfo.txt";
$knownlinksfile = "/data/knownlinks";
$outispositive = true;
2010-08-02 11:23:42 +00:00
$ntop = 20;
?>