CACHE_DISABLED
in includes/bootstrap.inc
Indicates that page caching is disabled.
<?php
define('CACHE_DISABLED', 0);
?>
Login or register to post comments in includes/bootstrap.inc
Indicates that page caching is disabled.
<?php
define('CACHE_DISABLED', 0);
?>
Login or register to post comments