Updated to new HTTP router.
This commit is contained in:
parent
2bef9f456c
commit
b115706359
6 changed files with 35 additions and 39 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue