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

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ modules/*
!modules/welcome !modules/welcome
!modules/admin !modules/admin
settings/config.php settings/config.php
setting/config_test.php

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';