Remove unnecesary php close.

This commit is contained in:
kj 2025-06-07 14:14:16 -03:00
parent c8ab2aa2cc
commit 66b2bc0d91

View File

@ -18,4 +18,3 @@ foreach($routers as $file)
require_once($file); require_once($file);
\Libs\Router::apply(); \Libs\Router::apply();
?>