Skip to content

Instantly share code, notes, and snippets.

@zhabinka
Created January 21, 2017 11:11
Show Gist options
  • Save zhabinka/a5b2268baa99ea4e36759f53cc67740d to your computer and use it in GitHub Desktop.
Save zhabinka/a5b2268baa99ea4e36759f53cc67740d to your computer and use it in GitHub Desktop.
<?php
/*
pluginName DisableCache
Вешаем этот плагин на событие OnLoadWebDocument
*/
global $modx;
$modx->documentObject["cacheable"] = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment