0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: modifier.sanitize.php
<?php function smarty_modifier_sanitize($text, $spec) { if ($spec == '1') { global $mt; $ctx =& $mt->context(); $blog = $ctx->stash('blog'); $spec = $blog['blog_sanitize_spec']; $spec or $spec = $mt->config['GlobalSanitizeSpec']; } require_once("sanitize_lib.php"); return sanitize($text, $spec); } ?>