From 66b2bc0d91fe45ffccb355ca77e161f2b7716250 Mon Sep 17 00:00:00 2001 From: kj Date: Sat, 7 Jun 2025 14:14:16 -0300 Subject: [PATCH] Remove unnecesary php close. --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 6ac5852..6b47022 100644 --- a/index.php +++ b/index.php @@ -18,4 +18,3 @@ foreach($routers as $file) require_once($file); \Libs\Router::apply(); -?>