Updated to new HTTP router.

This commit is contained in:
flash 2024-03-30 00:52:32 +00:00
parent 2bef9f456c
commit b115706359
6 changed files with 35 additions and 39 deletions

View file

@ -11,7 +11,7 @@ define('UIH_DEBUG', is_file(UIH_ROOT . '/.debug'));
define('UIH_PUBLIC', UIH_ROOT . '/public');
define('UIH_SOURCE', UIH_ROOT . '/src');
define('UIH_LIBRARY', UIH_ROOT . '/lib');
define('UIH_VERSION', '20231215');
define('UIH_VERSION', '20240330');
require_once UIH_ROOT . '/vendor/autoload.php';