make readme rst-compatible
[awstats-helper.git] / config.php.dist
index 661107b7e0c134f19963ef8a6937cfa649eb2659..2ad5c7bebc07470e7143a5e22c485092f9997cbf 100644 (file)
@@ -1,8 +1,9 @@
 <?php
-$confdir = '/etc/awstats/';
+//change this to the path the files shall be generated in
 $htmldir = '/var/www/system/awstats/';
+
+$confdir = '/etc/awstats/';
 $awdata  = '/var/lib/awstats/';
 $awstats = '/usr/lib/cgi-bin/awstats.pl';
-$awsbstp = '/usr/share/doc/awstats/examples/awstats_buildstaticpages.pl';
-
+$awsbstp = '/usr/share/awstats/tools/awstats_buildstaticpages.pl';
 ?>
\ No newline at end of file