lychee/php/Access
Nils Asmussen 21b2f587d5 Detect accesses to admin functions by guests.
This commit detects accesses to admin functions when the user is a guest
and returns a corresponding error. This is now used to redirect the user
to the start page instead of "non-existing function". It has the
advantage that a bug in Lychee, that causes a non-existing function
to be called, can be spotted easier.
2016-08-20 11:50:24 +02:00
..
Access.php Use Response in Access 2016-02-07 14:32:46 +01:00
Admin.php Return import in correct format 2016-03-24 21:29:09 +01:00
Guest.php Detect accesses to admin functions by guests. 2016-08-20 11:50:24 +02:00
Installation.php Fixed create config function not stoping execution 2016-03-24 20:10:18 +01:00