aboutsummaryrefslogtreecommitdiffstats
path: root/admin/auth.php
AgeCommit message (Collapse)AuthorFilesLines
2017-10-24Some comments have been updated, unnecessary whitespace at the end of some ↵Thomas Lange1-3/+2
files was removed and some missing PHP closing tags were added.
2017-09-02An unnecessary "else" block in admin/auth.php was removed and spelling ↵Thomas Lange1-21/+16
mistakes and inconsistencies in some comments were corrected.
2017-04-12Inconsistency in the admin template parameters fixed (this does not affect ↵Thomas Lange1-3/+1
any template parameters for the frontend templates).
2017-04-11The control structures "require_once" have been replaced by a simple ↵Thomas Lange1-1/+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-02-24Initial commit.v1.0Thomas Lange1-0/+86