Pour CYRILLE ajoute un var_mode=gamutable, pour invalider le cache

This commit is contained in:
Christophe 2020-07-22 21:27:24 +02:00
parent 123e34ac06
commit 99d58012a8

View file

@ -12,3 +12,9 @@
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
if (_request('var_mode') == 'gamutable') {
include_spip('inc/invalideur');
suivre_invalideur("id='gamutable/1'");
}