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:
@@ -62,7 +62,7 @@ function createAWStatsConf($logFile, $siteDomain, $hostAliases, $customerDocroot
|
|||||||
|
|
||||||
// File names
|
// File names
|
||||||
$domain_file = makeCorrectFile(Settings::Get('system.awstats_conf').'/awstats.' . $siteDomain . '.conf');
|
$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);
|
$model_file = makeCorrectFile($model_file);
|
||||||
|
|
||||||
// Test if the file exists
|
// Test if the file exists
|
||||||
|
|||||||
Reference in New Issue
Block a user