1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/swat/index.esp
Andrew Tridgell 26a8394ee9 r6999: - renamed our html files to esp
- added a favicon.ico so bookmarks show a samba icon

- added a session.esp demonstration of session variables
(This used to be commit 092ffc7339)
2007-10-10 13:17:04 -05:00

12 lines
140 B
Plaintext

<HTML>
<TITLE>
Samba4 ESP test
</TITLE>
<BODY>
redirecting you to the test pages ...
<%
redirect("esptest/index.esp");
%>
</BODY>
</HTML>