s4:provision - rework the "guess_names" and "make_smbconf" method
[Samba/ekacnet.git] / swat2 / scripting / test.esp
blob614a42410c3059eb37011449f68fc1f8e931bf2b
1 <h3>A esp include file</h3>
2 <%
3         function testfn(test) {
4                  return "the argument was " + test;
5         }
6 %>