Move to a generic awstats template directory

We need this generic directory for future changes in Feature #545.
Some line-ending cleanup included.
This commit is contained in:
Marcus van Dam
2015-06-01 13:09:43 +02:00
parent 30c883c85d
commit 7e8e28fc90
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ function createAWStatsConf($logFile, $siteDomain, $hostAliases, $customerDocroot
// File names
$domain_file = makeCorrectFile(Settings::Get('system.awstats_conf').'/awstats.' . $siteDomain . '.conf');
$model_file = FROXLOR_INSTALL_DIR.'/templates/misc/awstatsmodel/awstats.froxlor.model.conf';
$model_file = FROXLOR_INSTALL_DIR.'/templates/misc/awstats/awstats.froxlor.model.conf';
$model_file = makeCorrectFile($model_file);
// Test if the file exists