View Single Post
Old 03-13-2004, 09:16 AM   #7
ragaller
Green Mole
 
Join Date: Mar 2004
Posts: 5
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
ragaller is offline   Reply With Quote