<html>
<body>
<h1 align="center">Return to previous page with SSI</h1>
<hr>
Today is <!--#config timefmt="%A, %d. %B %Y" --><!--#echo var="DATE_LOCAL" --><br>
At this server the time is <!--#config timefmt="%H:%M:%S %Z" -->
<!--#echo var="DATE_LOCAL" --><br>
<hr>
<!--#if expr="${HTTP_REFERER}. = ." -->
Kein Return möglich, diese Seite wurde direkt aufgerufen!
<!--#else -->
<a href="<!--#echo var="HTTP_REFERER" -->">Return to previous page</a>
<!--#endif -->
</body>
</html>