Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885926
smarty_method_disablecompilecheck.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
321 B
Subscribers
None
smarty_method_disablecompilecheck.php
View Options
<?php
/**
* Smarty method DisableCompileCheck
*
* Disable compile checking
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable compile checking
*
* @param object $smarty
*/
function
Smarty_Method_DisableCompileCheck
(
$smarty
)
{
$smarty
->
compile_check
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Apr 6, 20:50 (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25896
Default Alt Text
smarty_method_disablecompilecheck.php (321 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment