mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f8573766bc
loose some of the fixes in the meantime.
Andrew Bartlett
(This used to be commit 13acff5ed2
)
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
<h3>A esp include file</h3>
|
|
<%
|
|
function testfn(test) {
|
|
return "the argument was " + test;
|
|
}
|
|
%>
|