Moves the datetime helper loading to index

main
Yasen Pramatarov 2026-01-29 10:40:33 +02:00
parent e29ee23490
commit 5c4a50c68b
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ use App\Core\ConfigLoader;
use App\App;
use App\Core\PluginRouteRegistry;
// Load the core datetime helper for all user-facing dates/times
require_once APP_PATH . 'helpers/datetime.php';
// Load configuration
$config = ConfigLoader::loadConfig([
APP_PATH . 'config/jilo-web.conf.php',