$warning

"; } if (file_exists(elgg_get_root_path() . 'robots.txt')) { // a physical robots.txt exists, which will take precedent over the any configuration $warning = elgg_echo('admin:robots.txt:physical'); echo "

$warning

"; } echo elgg_view_form('admin/site/set_robots');