Fee sheet and Codes revenue code (#7415)
[openemr.git] / library / api.inc
blob1466e5f17c6a0b6b3cba2c8a2d047bb4fc837c94
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - api.inc stub that redirects to api.inc.php
6  *  - Timeframe: this script can never be removed
7  *
8  * @package   OpenEMR
9  * @link      https://www.open-emr.org
10  * @author    Brady Miller <brady.g.miller@gmail.com>
11  * @copyright Copyright (c) 2017-2021 Brady Miller <brady.g.miller@gmail.com>
12  * @license   https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13  */
15 require_once(dirname(__FILE__) . "/api.inc.php");