Little bugfix on awstats class

This commit is contained in:
Axel ROGER 2013-03-06 11:04:50 +00:00
parent 1f7aceb714
commit 87c96e585b
1 changed files with 2 additions and 0 deletions

View File

@ -722,6 +722,8 @@ class m_aws {
$f=fopen($this->CONFDIR."/awstats.".$hostname.".conf","wb");
fputs($f,$s,strlen($s));
fclose($f);
return true;
}