hic-et-nunc/site/config/config.php

9 lines
149 B
PHP
Raw Normal View History

2026-04-15 18:58:25 +02:00
<?php
return [
'debug'=> true,
2026-05-14 17:22:34 +02:00
'panel' => [
'menu' => require_once __DIR__ . '/menu.php',
'home' => 'pages/home',
],
2026-04-15 18:58:25 +02:00
];