diff options
Diffstat (limited to 'core/application.php')
-rw-r--r-- | core/application.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/application.php b/core/application.php index ee34d54..3b1eba7 100644 --- a/core/application.php +++ b/core/application.php @@ -4,7 +4,7 @@ #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# # # # This file brings the application up and defines default configuration values # -# for the application which can be overwritten in configuration.php. # +# for the application which can be overridden in configuration.php. # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# @@ -34,7 +34,7 @@ set_exception_handler(function(Throwable $Exception) { HTTP::init($_GET, $_POST, $_FILES, TRUE); #=============================================================================== -# Default configuration (can be overwritten in configuration.php) +# Default configuration (can be overridden in configuration.php) #=============================================================================== $configuration = [ 'CORE.LANGUAGE' => 'en', |