Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391002
smarty_method_disabledefaulttimezone.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
320 B
Subscribers
None
smarty_method_disabledefaulttimezone.php
View Options
<?php
/**
* Smarty method DisableDefaultTimezone
*
* Disable setting of default timezone
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Disable setting of default timezone
*/
function
Smarty_Method_DisableDefaultTimezone
(
$smarty
)
{
$smarty
->
set_timezone
=
false
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 24 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25892
Default Alt Text
smarty_method_disabledefaulttimezone.php (320 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment