Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391197
smarty_method_disabledebuggingurlctrl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
403 B
Subscribers
None
smarty_method_disabledebuggingurlctrl.php
View Options
<?php
/**
* Smarty method DisableDebuggingUrlCtrl
*
* Disable possibility to Disable debugging by SMARTY_DEBUG attribute
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable possibility to Disable debugging by SMARTY_DEBUG attribute
*/
function
Smarty_Method_DisableDebuggingUrlCtrl
(
$smarty
)
{
$smarty
->
debugging_ctrl
=
'none'
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (15 h, 38 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25890
Default Alt Text
smarty_method_disabledebuggingurlctrl.php (403 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment