Changeset 295


Ignore:
Timestamp:
Apr 22, 2007, 3:06:03 AM (17 years ago)
Author:
geofft
Message:
I think I should just go sleep.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vhosts/server.php

    r294 r295  
    77if ($req == '/robots.txt') {
    88        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');
    1010        exit;
    1111}
Note: See TracChangeset for help on using the changeset viewer.