aboutsummaryrefslogtreecommitdiffstats
path: root/core/application.php
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Add configuration option "$ITEM.SINGLE_REDIRECT"Thomas Lange1-0/+3
2018-01-09Fix spelling mistake in commentsThomas Lange1-2/+2
2017-11-24Fixed a spelling mistake in several comments:Thomas Lange1-2/+2
2017-11-13The default value for "PATHINFO.PROT" is now "https" if $_SERVER['REQUEST_SCH...Thomas Lange1-2/+2
2017-10-23There was a tiny mistake in the previous commit which has been fixed.Thomas Lange1-1/+2
2017-10-23An overwrite mechanism for the application's configuration has been implement...Thomas Lange1-2/+57
2017-09-02Some code optimizations has been made in admin/index.php to prevent duplicate...Thomas Lange1-2/+2
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling mistak...Thomas Lange1-1/+1
2017-08-10The SQL queries for the HTTP ETag header generation have been combined into o...Thomas Lange1-11/+8
2017-04-24Parameter type declaration changed to "Throwable" because this parameter can ...Thomas Lange1-1/+1
2017-04-12The file "application.php" has been modified.Thomas Lange1-2/+1
2017-04-12Catch block for PDOException was modified.Thomas Lange1-2/+1
2017-04-12The function "set_exception_handler" was modified.Thomas Lange1-3/+2
2017-04-11The control structures "require_once" have been replaced by a simple "require...Thomas Lange1-3/+3
2017-03-10Several changes have been made in this commit, which together with the previo...v1.1Thomas Lange1-1/+1
2017-02-24Initial commit.v1.0Thomas Lange1-0/+136