diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-15 18:15:37 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-15 18:15:37 +0300 |
| commit | 59cd40235bf4746a119421609b25d7e9b7f65f83 (patch) | |
| tree | 35a4929d59ed87b97219ea992e4cbcdc994a78d5 /tests | |
| parent | 0d983359abb511f75aa5f0b2b498b97728eb25a3 (diff) | |
| download | gyraf1gov-59cd40235bf4746a119421609b25d7e9b7f65f83.tar.gz gyraf1gov-59cd40235bf4746a119421609b25d7e9b7f65f83.tar.bz2 gyraf1gov-59cd40235bf4746a119421609b25d7e9b7f65f83.zip | |
refactoring framework defaults
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/settings.php b/tests/settings.php index 20cdde6..050cbfa 100755 --- a/tests/settings.php +++ b/tests/settings.php @@ -12,6 +12,7 @@ print_r([ 'app_name' => APP_NAME ?? 'undefined', 'site_title' => SITE_TITLE ?? 'undefined', 'appRoot' => APP_ROOT, + 'webRoot' => WEB_ROOT, 'views' => VIEWS_DIRECTORY, 'init' => INIT_APPLICATION, 'site_url' => SITE_URL ?? 'undefined', |
