Make WordPress Core


Ignore:
Timestamp:
06/09/2005 12:17:43 AM (21 years ago)
Author:
matt
Message:

Better headers for CGI enviroments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin.php

    r2592 r2623  
    88auth_redirect();
    99
    10 header('Expires: Wed, 11 Jan 1984 05:00:00 GMT');
    11 header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
    12 header('Cache-Control: no-cache, must-revalidate, max-age=0');
    13 header('Pragma: no-cache');
     10nocache_headers();
    1411
    1512update_category_cache();
Note: See TracChangeset for help on using the changeset viewer.