From 821067d70cee9aa159920be905a9d91467f31bd6 Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Sun, 20 Oct 2013 23:56:24 -0200 Subject: sarg - mount filesystem rw before report file copy and remove --- config/sarg/sarg_frame.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/sarg/sarg_frame.php') diff --git a/config/sarg/sarg_frame.php b/config/sarg/sarg_frame.php index 4d3421ab..21638247 100755 --- a/config/sarg/sarg_frame.php +++ b/config/sarg/sarg_frame.php @@ -68,9 +68,11 @@ if ($report != "" ) #look for graph files inside reports. if (preg_match_all('/img src="([a-zA-Z0-9._-]+).png/',$report,$images)){ + conf_mount_rw(); for ($x=0;$x