Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/public/plugin/redirection
Yannick Warnier 3da7f59d1e Internal: Update Database::fetch_array((.*), 'ASSOC') to Databse::fetch_assoc($1) 8 months ago
..
lang Minor - format php public/plugin 5 years ago
README.md Move plugin folder insde public 5 years ago
RedirectionPlugin.php Internal: Update Database::fetch_array((.*), 'ASSOC') to Databse::fetch_assoc($1) 8 months ago
admin.php UI: Fix CSS classes for legacy buttons 2 years ago
config.php Minor - format php public/plugin 5 years ago
index.php Minor - format php public/plugin 5 years ago
install.php Minor - format php public/plugin 5 years ago
plugin.php Minor - format php public/plugin 5 years ago
uninstall.php Minor - format php public/plugin 5 years ago

README.md

Redirection plugin

Chamilo plugin for the redirection of specific users after they login and redirect from the index.php to the selected URL.

  1. 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.

  1. Add the plugin in the "menu administration" region.

@TODO Check the load difference for just checking it in settings_current rather than building the plugin object