blob: 939ff2437f6d6d33500b66c901c3491448c11ef2 (
plain)
1
2
3
4
5
6
|
<!--#set var="ERRORPAGE_CODE" value="415" -->
<!--#set var="ERRORPAGE_TEXT" value="Unsupported Media Type" -->
<!--#include file="header.shtml" -->
<div>The server does not support the media type transmitted in the request.</div>
<!--#include file="footer.shtml" -->
|