fix: Update patient_tracker.php (#6595)
[openemr.git] / library / registry.inc
blobe728503766310cdf4382031cbbc4a0312cf69cac
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - registry.inc stub that redirects to registry.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  */
9 require_once(dirname(__FILE__) . "/registry.inc.php");