From 92c2b246edf00741f0db0ea1799b2e5bbc225ba8 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 1 Dec 2012 07:03:52 -0500 Subject: [PATCH] convert to new security model for chart_location_activity --- interface/reports/chart_location_activity.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/reports/chart_location_activity.php b/interface/reports/chart_location_activity.php index ca76821f6..b78c8d825 100644 --- a/interface/reports/chart_location_activity.php +++ b/interface/reports/chart_location_activity.php @@ -7,6 +7,8 @@ // of the License, or (at your option) any later version. // This reports checkins and checkouts for a specified patient's chart. +$fake_register_globals=false; +$sanitize_all_escapes=true; require_once("../globals.php"); require_once("$srcdir/patient.inc"); -- 2.11.4.GIT