eesyphp/includes
Benjamin Renard 01759fb4c2 Fix handling authentication
- URL routes now defaulty required authentication if
  force_authentication special function is defined.
- handle_request() now trigger a fatal error if user try to access to
  a required route and if force_authentication function is not defined.
- logging() now retreive username from $auth_user['username'].
2022-04-25 18:42:18 +02:00
..
.gitignore Initial version 2020-04-18 00:51:33 +02:00
cli.php Make logging & message handling functions accept extra parameters to format messages using sprintf 2022-04-24 18:29:21 +02:00
config.inc.php Code cleaning 2022-04-24 17:43:44 +02:00
core.php Code cleaning 2022-04-24 17:43:44 +02:00
db.php Make logging & message handling functions accept extra parameters to format messages using sprintf 2022-04-24 18:29:21 +02:00
functions.php Code cleaning 2022-04-24 17:43:44 +02:00
hooks.php Code cleaning 2022-04-24 17:43:44 +02:00
logging.php Fix handling authentication 2022-04-25 18:42:18 +02:00
mail.php Code cleaning 2022-04-24 17:43:44 +02:00
session.php Code cleaning 2022-04-24 17:43:44 +02:00
smarty.php fatal_error now accept extra parameter for error message formating 2022-04-24 18:51:59 +02:00
translation-cli.php Fix JS translations loading method to make translations available earlier 2022-04-24 20:17:48 +02:00
translation.php Remove unused $lang template variable 2022-04-24 20:19:28 +02:00
url-helpers.php Code cleaning 2022-04-24 17:43:44 +02:00
url-public.php Make logging & message handling functions accept extra parameters to format messages using sprintf 2022-04-24 18:29:21 +02:00
url.php Fix handling authentication 2022-04-25 18:42:18 +02:00