Changeset 1352 for feedmelinks/api/comment.php
- Timestamp:
- 03/01/07 18:58:29 (2 years ago)
- Files:
-
- feedmelinks/api/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/api/comment.php
r580 r1352 19 19 echo "</response>"; 20 20 } else { 21 header('WWW-Authenticate: Basic realm="Feed Me Links XMLAPI"');21 header('WWW-Authenticate: Basic realm="Feed_Me_Links_XML_API"'); 22 22 header('HTTP/1.0 401 Unauthorized'); 23 23 echo "<response>login first, please.