* @author Brady Miller * @copyright Copyright (c) 2012 NP Clinics * @copyright Copyright (c) 2017 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once("../globals.php"); require_once("$srcdir/options.inc.php"); use OpenEMR\Common\Acl\AclMain; use OpenEMR\Common\Csrf\CsrfUtils; use OpenEMR\Core\Header; // Ensure authorized if (!AclMain::aclCheckCore('admin', 'users')) { die(xlt("Unauthorized")); } // Ensure variables exist if (!isset($_GET["user_id"]) || !isset($_GET["fac_id"])) { die(xlt("Error")); } ?> <?php echo xlt("Edit Facility Specific User Information"); ?> 0 AND field_id != '' " . "ORDER BY group_id, seq"); $l_arr = array(); for ($i = 0; $row = sqlFetchArray($l_res); $i++) { $l_arr[$i] = $row; } ?>

"> ">
:
:
: