Page MenuHomeCode

smarty_method_disabledebuggingurlctrl.php
No OneTemporary

smarty_method_disabledebuggingurlctrl.php

<?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

Mime Type
text/x-php
Expires
Mon, Apr 7, 07:10 (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25890
Default Alt Text
smarty_method_disabledebuggingurlctrl.php (403 B)

Event Timeline