aboutsummaryrefslogtreecommitdiffstats
path: root/403.php
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some ↵Thomas Lange1-1/+1
files was removed and some missing PHP closing tags were added.
2017-04-29Template method "get" is now used to get the previously defined name of the ↵Thomas Lange1-1/+1
page (instead of typing it twice).
2017-04-11The control structures "require_once" have been replaced by a simple ↵Thomas Lange1-3/+1
"require" (except within the 403.php and 404.php where it makes sense, because these files can be directly called or included).
2017-04-11Class "ExceptionHandler" has been removed and several files has been changed.Thomas Lange1-1/+1
2017-04-11Error pages for HTTP status code 403 and 404 moved to another location ↵Thomas Lange1-0/+32
(preparations for the next commits in which the system directory will be moved to a non-public directory).