fix: ccda zip import and php warnings and deprecations (#7416)
[openemr.git] / library / options_listadd.inc
blob78d2aba783626068cb2a61f74cfc4524462598a0
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - options_listadd.inc stub that redirects to options_listadd.inc.php
6  *  - Timeframe: this script can never be removed
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(dirname(__FILE__) . "/options_listadd.inc.php");