0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
lifetype
/
1.2.11-2
/
standard
/
htdocs
/
class
/
object
/
[
Home
]
File: loader.class.php
<?php function lt_include( $filename ) { if(!isset($GLOBALS['included_files'][$filename] )) { $GLOBALS['included_files'][$filename] = TRUE; include($filename); } } ?>