freebsd-ports/www/webstats/files/patch-ae
Edwin Groothuis 1472321701 New POrt: webstats
ananlog + reportmagic automation tool

PR:		ports/48422
Submitted by:	Kevin Golding <kevin@caomhin.demon.co.uk>
2003-10-06 02:23:01 +00:00

11 lines
645 B
Text

--- scripts/php/webstats.php Sun Jul 15 21:50:15 2001
+++ scripts/php/webstats.php Sun Feb 16 18:10:25 2003
@@ -4,7 +4,7 @@
<?php
include "class.inifile.php";
//we read the serverwide config file
-$serverwideini = new IniFile("/etc/webstats/webstats.ini");
+$serverwideini = new IniFile("%%PREFIX%%/etc/webstats/webstats.ini");
$servername = $serverwideini->value("misc","SERVERNAME","not defined/config file not found?");
$vhost_directory = $serverwideini->value("rmagic","VHOSTDIR","VHOSTDIR not defined/config file not found?");
$logs_directory = $serverwideini->value("rmagic","LOGSDIR","LOGSDIR not defined/config file not found?");