From a582226b0d6b8f77ce6dd228fdb4796376574000 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 6 Sep 2015 21:07:53 +0200 Subject: sarg - code style cleanup and fixes Consistent uppercase usage. --- config/sarg/sarg.priv.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/sarg/sarg.priv.inc b/config/sarg/sarg.priv.inc index 4878c96e..d01066e2 100644 --- a/config/sarg/sarg.priv.inc +++ b/config/sarg/sarg.priv.inc @@ -4,7 +4,7 @@ global $priv_list; $priv_list['page-status-sarg-reports'] = array(); $priv_list['page-status-sarg-reports']['name'] = "WebCfg - Status: Sarg reports"; -$priv_list['page-status-sarg-reports']['descr'] = "Allow access to sarg reports page."; +$priv_list['page-status-sarg-reports']['descr'] = "Allow access to Sarg reports page."; $priv_list['page-status-sarg-reports']['match'] = array(); $priv_list['page-status-sarg-reports']['match'][] = "sarg_reports.php*"; $priv_list['page-status-sarg-reports']['match'][] = "sarg_frame.php*"; -- cgit v1.2.3