<?php

/**
 * Part of .inc migration to .inc.php to better support source code editors.
 *  - report_database.inc stub that redirects to report_database.inc.php
 *  - Timeframe: this script can be remove in mid 2023
 */

require_once(dirname(__FILE__) . "/report_database.inc.php");
