4 * Part of .inc migration to .inc.php to better support source code editors.
5 * - calendar.inc stub that redirects to calendar.inc.php
6 * - Timeframe: this script can be remove in mid 2023
9 * @link https://www.open-emr.org
10 * @author Brady Miller <brady.g.miller@gmail.com>
11 * @copyright Copyright (c) 2005 Brady Miller <brady.g.miller@gmail.com>
12 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
15 require_once(dirname(__FILE__) . "/calendar.inc.php");