Angel Fernando Quiroz Campos 10f1b83204 Minor - Flint fixes | 5 éve | |
---|---|---|
.. | ||
lang | 6 éve | |
README.md | 5 éve | |
RedirectionPlugin.php | 5 éve | |
admin.php | 6 éve | |
config.php | 6 éve | |
index.php | 7 éve | |
install.php | 6 éve | |
plugin.php | 6 éve | |
uninstall.php | 6 éve |
Chamilo plugin for the redirection of specific users after they login and redirect from the index.php to the selected URL.
Requires the addition of the following in configuration.php:
$_configuration['plugin_redirection_enabled'] = true;
This setting is defined in configuration.php rather than in settings_current to reduce the load, as it is used on every login.
@TODO Check the load difference for just checking it in settings_current rather than building the plugin object