<?php

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

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