From 26a8394ee92443ce2a9688bc01a02df4c2ad74fa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 00:31:41 +0000 Subject: 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 092ffc733916f8091c8ff1e7a1306810e516d613) --- swat/esptest/index.esp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 swat/esptest/index.esp (limited to 'swat/esptest/index.esp') diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp new file mode 100644 index 0000000000..f229732e3e --- /dev/null +++ b/swat/esptest/index.esp @@ -0,0 +1,23 @@ +<% + var tests = new Array("formtest", "showvars", "include", "session"); +%> + + + +Samba4 ESP test + + +Samba +

Samba4 ESP test

+ +Please choose one of the following tests: + + + -- cgit