<?php

/**
 * Part of .inc migration to .inc.php to better support source code editors.
 *  - pid.inc stub that redirects to pid.inc.php
 *  - Timeframe: this script can be remove in mid 2023
 *
 * @package   OpenEMR
 * @link      http://www.open-emr.org
 * @author    Brady Miller <brady.g.miller@gmail.com>
 * @copyright Copyright (c) 2018 Brady Miller <brady.g.miller@gmail.com>
 * @license   https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
 */

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