0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: function.MTPublishCharset.php
<?php function smarty_function_MTPublishCharset($args, &$ctx) { // Status: complete // parameters: none if ($ctx->mt->config['PublishCharset']) { return $ctx->mt->config['PublishCharset']; } else { return 'iso-8859-1'; } } ?>