<?php

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

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