View Single Post
Old 10-18-2003, 06:40 PM   #2
Rolandks
Purple Mole
 
Rolandks's Avatar
 
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
Try this:
file robot_functions.php, add the instruction "continue;" at the line #777

Read this Thread:

PHP Code:
...
    ...
    else if (
trim($line) == PHPDIG_INCLUDE_COMMENT) {
        
$exclude false;
        continue;
    }
    ...
    ... 
-Roland-
Rolandks is offline   Reply With Quote