Args
'/home/kiran108/public_html//wordpress/'
File
hitconvert/log_request.php:86
81 |
} else if(HitUtilities::DirExists($PageFile) && HitUtilities::FileExists($PageFile .'index.html')){ |
82 |
readfile($PageFile .'index.html'); |
83 |
} else if(HitUtilities::FileExists('index.html')) { |
84 |
readfile('index.html'); |
85 |
} else { |
86 |
dump($PageFile); |
87 |
} |
88 |
|
89 |
} else { |
90 |
// unstable |
91 |
// this will eventually replace the above |
92 |
|
Back Trace
array(4) {
["file"]=>
string(26) "hitconvert/log_request.php"
["line"]=>
int(86)
["function"]=>
string(4) "dump"
["args"]=>
array(1) {
[0]=>
&string(38) "/home/kiran108/public_html//wordpress/"
}
}