0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: function.MTCGIServerPath.php
<?php function smarty_function_MTCGIServerPath($args, &$ctx) { // status: complete // parameters: none $path = $ctx->mt->config['MTDir']; if (substr($path, strlen($path) - 1, 1) == '/') $path = substr($path, 1, strlen($path)-1); return $path; } ?>