Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390954
smarty_method_disablecachemodifycheck.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
332 B
Subscribers
None
smarty_method_disablecachemodifycheck.php
View Options
<?php
/**
* Smarty method DisableCacheModifyCheck
*
* Disable cache modify check
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
*
* Disable cache modify check
*/
function
Smarty_Method_DisableCacheModifyCheck
(
$smarty
)
{
$smarty
->
cache_modified_check
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 48 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25701
Default Alt Text
smarty_method_disablecachemodifycheck.php (332 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment