Hide dashboard card 2 (#7423)
[openemr.git] / library / pid.inc
blobee5ccb4f0cb108e6f350dcfe1d3a480fb82b9e83
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - pid.inc stub that redirects to pid.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  *
8  * @package   OpenEMR
9  * @link      http://www.open-emr.org
10  * @author    Brady Miller <brady.g.miller@gmail.com>
11  * @copyright Copyright (c) 2018 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__) . "/pid.inc.php");