Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
awstats
> awstats-6.95-www_SiteConfig.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File awstats-6.95-www_SiteConfig.patch of Package awstats
--- wwwroot/cgi-bin/awstats.pl.patched 2009-01-12 10:32:22.000000000 +0100 +++ wwwroot/cgi-bin/awstats.pl 2009-01-12 10:34:48.000000000 +0100 @@ -1658,6 +1658,11 @@ $FileSuffix = ".$SiteConfig"; last; } + if ( open( CONFIG, "<$searchdir$PROG.www.$SiteConfig.conf" ) ) { + $FileConfig = "$searchdir$PROG.www.$SiteConfig.conf"; + $FileSuffix = ".www.$SiteConfig"; + last; + } if ( open( CONFIG, "<$searchdir$PROG.conf" ) ) { $FileConfig = "$searchdir$PROG.conf"; $FileSuffix = '';