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
Yannick Warnier ec4bf0821a Minor - Update plugins README files - refs #2200 8 years ago
..
lang Make message string translatable in Maintenance mode plugin 8 years ago
MaintenanceModePlugin.php MaintenanceModePlugin (requires composer update) BT#12478 8 years ago
README.txt Minor - Update plugins README files - refs #2200 8 years ago
index.php MaintenanceModePlugin (requires composer update) BT#12478 8 years ago
install.php MaintenanceModePlugin (requires composer update) BT#12478 8 years ago
plugin.php Maintenance plugin show message for htaccess only for platform admin - refs BT#12478 8 years ago

README.txt

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.