mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
26a8394ee9
- added a favicon.ico so bookmarks show a samba icon
- added a session.esp demonstration of session variables
(This used to be commit 092ffc7339
)
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
<HTML>
|
|
<TITLE>
|
|
Samba4 ESP test
|
|
</TITLE>
|
|
<BODY>
|
|
redirecting you to the test pages ...
|
|
<%
|
|
redirect("esptest/index.esp");
|
|
%>
|
|
</BODY>
|
|
</HTML>
|