Index: trunk/kernel/include/modules.php =================================================================== diff -u -N -r6428 -r7391 --- trunk/kernel/include/modules.php (.../modules.php) (revision 6428) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 7391) @@ -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)) {