- Timestamp:
- Apr 22, 2007, 3:06:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vhosts/server.php
r294 r295 7 7 if ($req == '/robots.txt') { 8 8 header('Content-Type: text/plain'); 9 file_get_contents('/afs/athena.mit.edu/contrib/scripts/web_scripts/robots.txt');9 readfile('/afs/athena.mit.edu/contrib/scripts/web_scripts/robots.txt'); 10 10 exit; 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.