1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

r6988: added a test of esp include() calls

(This used to be commit a1eb98722d)
This commit is contained in:
Andrew Tridgell 2005-05-26 03:07:38 +00:00 committed by Gerald (Jerry) Carter
parent 44d2a46580
commit 98046f0372
2 changed files with 17 additions and 1 deletions

16
swat/esptest/include.html Normal file
View File

@ -0,0 +1,16 @@
<HTML>
<TITLE>
Samba4 ESP test
</TITLE>
<BODY>
including /scripting/test.ejs<p>
<% include("/scripting/test.ejs"); %>
calling a function from test.ejs ...<p>
<% showArray("request", request); %>
<form name="Cancel" method="POST" action="index.html">
<input name="submit" type="submit" value="Cancel"><br>
</form>
</BODY>
</HTML>

View File

@ -1,5 +1,5 @@
<%
var tests = new Array("formtest", "showvars");
var tests = new Array("formtest", "showvars", "include");
%>
<HTML>