1
1
<?php
2
2
if
(!strlen(
$pathtoroot
))
3
3
{
4
$path
=dirname(realpath(
$
_
SERVER
[
'SCRIPT
_
FILENAME'
]
));
4
$path
=dirname(realpath(
__
FILE__
));
5
5
if
(strlen(
$path
))
6
6
{
7
7
/* determine the OS type for path parsing */