From 626bb8efb0c825f332c937ffaaadc9b402079539 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Wed, 3 Jan 2007 20:17:37 +0000 Subject: r20517: re-add cleaned-up webapps (This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b) --- webapps/scripting/test.esp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 webapps/scripting/test.esp (limited to 'webapps/scripting/test.esp') diff --git a/webapps/scripting/test.esp b/webapps/scripting/test.esp new file mode 100644 index 0000000000..614a42410c --- /dev/null +++ b/webapps/scripting/test.esp @@ -0,0 +1,6 @@ +

A esp include file

+<% + function testfn(test) { + return "the argument was " + test; + } +%> -- cgit