From 87c96e585b96fe10327145167513d72552697f1f Mon Sep 17 00:00:00 2001 From: Axel ROGER Date: Wed, 6 Mar 2013 11:04:50 +0000 Subject: [PATCH] Little bugfix on awstats class --- awstats/bureau/class/m_aws.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awstats/bureau/class/m_aws.php b/awstats/bureau/class/m_aws.php index 6426bf1c..a4e989e4 100644 --- a/awstats/bureau/class/m_aws.php +++ b/awstats/bureau/class/m_aws.php @@ -722,6 +722,8 @@ class m_aws { $f=fopen($this->CONFDIR."/awstats.".$hostname.".conf","wb"); fputs($f,$s,strlen($s)); fclose($f); + + return true; }