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/plugin/maintenancemode
jmontoyaa 91017f7cd4 Minor - format code, edit phpdocs 8 years ago
..
lang Make message string translatable in Maintenance mode plugin 9 years ago
MaintenanceModePlugin.php Minor - format code, edit phpdocs 8 years ago
README.md Minor - format code, edit phpdocs 8 years ago
index.php MaintenanceModePlugin (requires composer update) BT#12478 9 years ago
install.php MaintenanceModePlugin (requires composer update) BT#12478 9 years ago
plugin.php Maintenance plugin show message for htaccess only for platform admin - refs BT#12478 9 years ago

README.md

Maintenance Mode plugin

This plugin allows administrators to set the portal in maintenance mode through the change of the .htaccess file located in the root folder of Chamilo.

As such, it requires the web server (user www-data, httpd or nobody) to temporarily have write access to the .htaccess file. Maintaining write access on this file is a security vulnerability, so please only set those permissions for the required time to put your site in maintenance mode, and then return them to non-writable by the web server.