Logo
Explore Help
Sign In
smarty-php/smarty
1
0
Fork 0
You've already forked smarty
mirror of https://github.com/smarty-php/smarty.git synced 2025-10-21 08:25:19 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
589f736efa957461b6e5645df3f04c1c89de391d
smarty/libs/sysplugins/smarty_method_disabledebugging.php

22 lines
268 B
PHP
Raw Normal View History

- bugfix smarty.class and internal.security_handler - added compile_check configuration - added all setter/getter methodes
2009-03-31 14:20:10 +00:00
<?php
/**
- renamed function names of autoloaded Smarty methods to Smarty_Method_.... - new security_class property (default is Smarty_Security)
2009-11-03 20:38:38 +00:00
* Smarty method DisableDebugging
- bugfix smarty.class and internal.security_handler - added compile_check configuration - added all setter/getter methodes
2009-03-31 14:20:10 +00:00
*
* Disable debugging
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable debugging
*/
- renamed function names of autoloaded Smarty methods to Smarty_Method_.... - new security_class property (default is Smarty_Security)
2009-11-03 20:38:38 +00:00
function Smarty_Method_DisableDebugging($smarty)
- removed all internal calls of Smarty::instance() - fixed code in double quoted strings
2009-08-08 17:28:23 +00:00
{
$smarty->debugging = false;
return;
- bugfix smarty.class and internal.security_handler - added compile_check configuration - added all setter/getter methodes
2009-03-31 14:20:10 +00:00
}
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 29ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API