Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390963
smarty_method_disableconfigoverwrite.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
312 B
Subscribers
None
smarty_method_disableconfigoverwrite.php
View Options
<?php
/**
* Smarty method DisableConfigOverwrite
*
* Disable config overwrite mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable config overwrite mode
*/
function
Smarty_Method_DisableConfigOverwrite
(
$smarty
)
{
$smarty
->
config_overwrite
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 1 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25893
Default Alt Text
smarty_method_disableconfigoverwrite.php (312 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment