Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390821
smarty_method_disableconfigreadhidden.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
326 B
Subscribers
None
smarty_method_disableconfigreadhidden.php
View Options
<?php
/**
* Smarty method DisableConfigReadHidden
*
* Disable config read hidden mode
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable config read hidden mode
*/
function
Smarty_Method_DisableConfigReadHidden
(
$smarty
)
{
$this
->
smarty
->
config_read_hidden
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 15:27 (22 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25894
Default Alt Text
smarty_method_disableconfigreadhidden.php (326 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment