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
SpaceCabbie b4ff07f0cc
Update plugin.php
5 years ago
..
lang Applied fixes from FlintCI 8 years ago
MaintenanceModePlugin.php Applied fixes from FlintCI 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 Update plugin.php 5 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.