0byt3m1n1
Path:
/
data
/
applications
/
aps
/
helpcenterlive
/
2.1.5-3
/
standard
/
htdocs
/
templates
/
Bliss
/
[
Home
]
File: module.tpl
{php} if ($GLOBALS['conf']['safe_mode']) { if (!strpos($_GET['file'], '..')) { include_once(dirname(__FILE__).'/..'.addslashes($_GET['file'])); } } else { if (!strpos($_GET['file'], '..')) { include_once(dirname(__FILE__).'/../../..'.addslashes($_GET['file'])); } } {/php}