Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885448
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
Sun, Apr 6, 16:04 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25893
Default Alt Text
smarty_method_disableconfigoverwrite.php (312 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment