* @author Ranganath Pathak * @copyright Copyright (c) 2007-2018 Brady Miller * @copyright Copyright (c) 2017 Ranganath Pathak * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once("../globals.php"); use OpenEMR\Common\Acl\AclMain; use OpenEMR\Common\Csrf\CsrfUtils; use OpenEMR\Common\Twig\TwigContainer; use OpenEMR\Core\Header; use OpenEMR\OeUI\OemrUI; //ensure user has proper access if (!AclMain::aclCheckCore('admin', 'acl')) { echo (new TwigContainer(null, $GLOBALS['kernel']))->getTwig()->render('core/unauthorized.html.twig', ['pageTitle' => xl("Access Control List Administration")]); exit; } ?> <?php echo xlt("Access Control List Administration"); ?> xl('Access Control List Administration'), 'include_patient_name' => false,//include only if appropriate 'expandable' => false, 'expandable_files' => array(),//all file names need suffix _xpd 'action' => "link",//conceal, reveal, search, reset, link or back 'action_title' => "", 'action_href' => "../../gacl/admin/acl_admin.php",//only for actions - reset, link or back 'show_help_icon' => true, 'help_file_name' => "adminacl_help.php" ); $oemr_ui = new OemrUI($arrOeUiSettings); ?>
pageHeading() . "\r\n"; ?>

oeBelowContainerDiv();?>