diff options
Diffstat (limited to 'swat/esptest/include.esp')
-rw-r--r-- | swat/esptest/include.esp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/swat/esptest/include.esp b/swat/esptest/include.esp deleted file mode 100644 index 5d558d59dc..0000000000 --- a/swat/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(); %> |