Changeset 33ea4cf for apps/routerconsole/jsp/viewtheme.jsp
- Timestamp:
- Feb 20, 2018 7:45:49 PM (3 years ago)
- Branches:
- master
- Children:
- f00bf7d
- Parents:
- 86b3b13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/jsp/viewtheme.jsp
r86b3b13 r33ea4cf 53 53 // iflast is -1 if not present; round down file time 54 54 if (iflast >= ((lastmod / 1000) * 1000)) { 55 response.se ndError(304, "Not Modified");55 response.setStatus(304); 56 56 return; 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.