<?php

/**
 * Part of .inc migration to .inc.php to better support source code editors.
 *  - forms.inc stub that redirects to forms.inc.php
 *  - Timeframe: this script can never be removed
 */

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