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