Little bugfix on awstats class
This commit is contained in:
parent
1f7aceb714
commit
87c96e585b
|
@ -722,6 +722,8 @@ class m_aws {
|
|||
$f=fopen($this->CONFDIR."/awstats.".$hostname.".conf","wb");
|
||||
fputs($f,$s,strlen($s));
|
||||
fclose($f);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue