diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2012-09-27 12:23:16 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-09-27 12:23:16 -0300 |
commit | 91f7d1ef9ee32bb3a237574be636fb02274328fe (patch) | |
tree | ef9d22f64c666623c37e858f02b1c99d2e8da53f /config/sarg | |
parent | ba0494aeafe4803449537d4faefd1f680e5802f6 (diff) | |
download | pfsense-packages-91f7d1ef9ee32bb3a237574be636fb02274328fe.tar.gz pfsense-packages-91f7d1ef9ee32bb3a237574be636fb02274328fe.tar.bz2 pfsense-packages-91f7d1ef9ee32bb3a237574be636fb02274328fe.zip |
sarg - fix report access without authentication on sarg_frame.php
Diffstat (limited to 'config/sarg')
-rwxr-xr-x | config/sarg/sarg_frame.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'); |