summaryrefslogtreecommitdiff
path: root/swat2/esptest/include.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat2/esptest/include.esp')
-rw-r--r--swat2/esptest/include.esp14
1 files changed, 0 insertions, 14 deletions
diff --git a/swat2/esptest/include.esp b/swat2/esptest/include.esp
deleted file mode 100644
index 5d558d59dc..0000000000
--- a/swat2/esptest/include.esp
+++ /dev/null
@@ -1,14 +0,0 @@
-<% 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(); %>