Hi Charter
I found a quick solution that seems to work for a website with root relavite links (like mine).
in robot_functions
after:
$file_content = @file($tempfile);
I added:
$path = '';
I know, this is just quick and dirty workaround for my exotic case...
Jürgen
|