To see the results of these SSI tokens, click here.
Prints the date and time at which ssi.html was last modified.
<!--#config timefmt="%A, %B %d, %Y %r"-->
<!--#echo var="LAST_MODIFIED"-->
Prints the IP address of the computer whose browser requested ssi.html:
<!--#echo var="REMOTE_ADDR"-->
Prints the current date and time:
<!--#echo var="DATE_LOCAL"-->
Prints the type of browser that requested ssi.html:
<!--#echo var="HTTP_USER_AGENT"-->
Includes in ssi.html the contents of footer.html:
<!--#include file="footer.html"-->