From 91f7d1ef9ee32bb3a237574be636fb02274328fe Mon Sep 17 00:00:00 2001 From: marcelloc Date: Thu, 27 Sep 2012 12:23:16 -0300 Subject: sarg - fix report access without authentication on sarg_frame.php --- config/sarg/sarg_frame.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sarg/sarg_frame.php b/config/sarg/sarg_frame.php index 63cb3f3e..4d3421ab 100755 --- a/config/sarg/sarg_frame.php +++ b/config/sarg/sarg_frame.php @@ -27,6 +27,8 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("authgui.inc"); + $uname=posix_uname(); if ($uname['machine']=='amd64') ini_set('memory_limit', '250M'); -- cgit v1.2.3