Changeset 9861
- Timestamp:
- 11/24/2008 08:21:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r8954 r9861 1393 1393 header('WWW-Authenticate: Basic realm="WordPress Atom Protocol"'); 1394 1394 header("HTTP/1.1 401 $msg"); 1395 header('Status: ' . $msg);1395 header('Status: 401 ' . $msg); 1396 1396 header('Content-Type: text/html'); 1397 1397 $content = <<<EOD
Note: See TracChangeset
for help on using the changeset viewer.