8
8
$pathtoroot
=
""
;
9
9
if
(!strlen(
$pathtoroot
))
10
10
{
11
$path
=dirname(realpath(
$
_
SERVER
[
'SCRIPT
_
FILENAME'
]
));
12
//$path=dirname(realpath(
$
_
SERVER['PATH
_
TRANSLATED']
));
11
$path
=dirname(realpath(
__
FILE__
));
12
//$path=dirname(realpath(__
FILE__
));
13
13
if
(strlen(
$path
))
14
14
{
15
15
/* determine the OS type for path parsing */