Changeset 295
- Timestamp:
 - Apr 22, 2007, 3:06:03 AM (19 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          vhosts/server.php (modified) (1 diff)
 
 
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.
      