X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fgl_setup.php;h=85f5b843d77aa881265911f78ed6369922b917a2;hb=081465f30442afc4f008a1c7038bef320466a730;hp=81de1be779e11516b4831e84bf266c8e753d3ece;hpb=f20f229779b9db77c3f978fac90dfcb571bd551c;p=fa-stable.git diff --git a/admin/gl_setup.php b/admin/gl_setup.php index 81de1be7..85f5b843 100644 --- a/admin/gl_setup.php +++ b/admin/gl_setup.php @@ -9,11 +9,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security =10; +$page_security = 'SA_GLSETUP'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); -page(_("System and General GL Setup")); +page(_($help_context = "System and General GL Setup")); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc");