mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
export csv
This commit is contained in:
parent
e4bf3753b0
commit
c20a77b811
1 changed files with 11 additions and 0 deletions
11
public/index_old.php
Normal file
11
public/index_old.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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']);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue