blob: c59360cbaa03e24cc9ed22feba2e1f39b200dd62 (
plain)
1
2
3
4
5
6
|
<!--#set var="ERRORPAGE_CODE" value="409" -->
<!--#set var="ERRORPAGE_TEXT" value="Conflict" -->
<!--#include file="header.shtml" -->
<div>The request could not be completed due to a conflict with the current state of the resource.</div>
<!--#include file="footer.shtml" -->
|