mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
7e671ae37f
metze (This used to be commit bf852a3dbeee8900fa36978f08a5cdceabcbd926)
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
<% page_header("columns", "ESP Include Test", "esptest"); %>
|
|
|
|
including /scripting/test.ejs<p/>
|
|
<% include("/scripting/test.ejs"); %>
|
|
calling a function from test.ejs ...<p/>
|
|
<% showArray("request", request); %>
|
|
|
|
including /scripting/test.esp<p/>
|
|
<% include /scripting/test.esp %>
|
|
calling a function from test.esp ...<p/>
|
|
<% res = testfn('foo'); %>
|
|
result is: @@res
|
|
|
|
<% page_footer(); %>
|