mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
<h3>A esp include file</h3>
|
||
|
<%
|
||
|
function testfn(test) {
|
||
|
return "the argument was " + test;
|
||
|
}
|
||
|
%>
|