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
Sat, Feb 22, 20:21 (20 h, 26 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25890
Default Alt Text
smarty_method_disabledebuggingurlctrl.php (403 B)

Event Timeline