Index: branches/unlabeled/unlabeled-1.52.2/kernel/include/modules.php =================================================================== diff -u -r6447 -r6987 --- branches/unlabeled/unlabeled-1.52.2/kernel/include/modules.php (.../modules.php) (revision 6447) +++ branches/unlabeled/unlabeled-1.52.2/kernel/include/modules.php (.../modules.php) (revision 6987) @@ -440,7 +440,7 @@ { global $robots, $pathtoroot; - $lines = file($pathtoroot."robots_list.txt"); + $lines = file($pathtoroot.'kernel/include/robots_list.txt'); if(!is_array($robots)) {