Added config sample file

This commit is contained in:
absurdo 2023-10-30 00:16:38 +01:00
parent b619b4bb03
commit 7440538548
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
use PhangoApp\PhaView\View;
use PhangoApp\PhaI18n\I18n;
PhangoApp\PhaRouter\Config::$modules_allowed=['welcome' => 'modules/welcome'];
PhangoApp\PhaRouter\Config::$home_module='welcome';