projectestac / agora

On-line service integrated in the Catalan Educational Telematic Network (XTEC) offering a full Moodle platform and a customizable WordPress/BudyPress school portal.
http://agora.xtec.cat
GNU General Public License v3.0
38 stars 15 forks source link

INTRAWEB: Activate read only mode #109

Closed toniginard closed 8 years ago

toniginard commented 8 years ago

All creation, edition and deletion actions are blocked when param is set to 1:

INSERT INTO module_vars (id, modname, name, value) VALUES (NULL, 'IWmain', 'readonly', '1');

toniginard commented 8 years ago

Integrated via cherry pick