<?php

/**
 * phpNext
 * Released under the MIT License.
 * @link https://www.phpNext.com
 */

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);

define('NEXT_ROOT', dirname(__DIR__) . '/app');

require NEXT_ROOT . '/ctrl/ctrl_x.php';
ctrl\ctrl_x::index();
