osm-commerces/public/index_old.php

12 lines
221 B
PHP
Raw Permalink Normal View History

2025-06-03 13:03:51 +02:00
<?php
echo "coucou";
die();
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};