Changeset 376 in svn
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r375 r376 2 2 == NEWS == 3 3 == ChangeLog == 4 * wrong http auth realm 4 5 * #86: remove/edit variable in admin page 5 6 * fixed #77: hits/misses was not updated -
trunk/xcache.c
r374 r376 1785 1785 } 1786 1786 1787 #define STR "WWW-authenticate: basic realm='XCache Administration'"1787 #define STR "WWW-authenticate: Basic Realm=\"XCache Administration\"" 1788 1788 sapi_add_header_ex(STR, sizeof(STR) - 1, 1, 1 TSRMLS_CC); 1789 1789 #undef STR
Note: See TracChangeset
for help on using the changeset viewer.