[pmwiki-users] Mini cache & mini random

Petko Yotov 5ko at 5ko.fr
Mon Dec 7 17:16:17 CST 2009


On Tuesday 08 December 2009 00:04:32 Petko Yotov wrote:
> disable the cache for an individual page with random thumbnails, by adding
> to pmwiki/local/Group.Page.php the line :
>   $Mini['EnableCache'] = 0;

That is, the file should start with <?php and contain :

<?php
  $Mini['EnableCache'] = 0;

Petko



More information about the pmwiki-users mailing list