chore: ci mariadb stuff - added 11.1 and removed 10.9 (#6834)
[openemr.git] / library / lists.inc
blob163ed6fa74ef9e76f40b2bc457fb27ec0903f504
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - lists.inc stub that redirects to lists.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  *
8  * LICENSE: This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License
10  * as published by the Free Software Foundation; either version 2
11  * of the License, or (at your option) any later version.
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  * You should have received a copy of the GNU General Public License
17  * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
18  *
19  * @package OpenEMR
20  * @author  Rod Roark <rod@sunsetsystems.com>
21  * @author  Brady Miller <brady.g.miller@gmail.com>
22  * @author  Teny <teny@zhservices.com>
23  * @link    http://www.open-emr.org
24  */
26 require_once(dirname(__FILE__) . "/lists.inc.php");