Changeset 57
- Timestamp:
- 05/23/2003 01:49:48 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/blog.header.php
r52 r57 36 36 dbconnect(); 37 37 38 @header ("X-Pingback: $pathserver/xmlrpc.php"); 38 39 /* Sending HTTP headers 39 40 // It is presumptious to think that WP is the only thing that might change on the page. 40 41 $last_modified_header = mysql2date('D, d M Y H:i:s', get_lastpostdate()); 41 @header ("X-Pingback: $pathserver/xmlrpc.php");42 42 if (!$is_winIE) { 43 43 @header ("Last-Modified: $last_modified_header");
Note: See TracChangeset
for help on using the changeset viewer.