summaryrefslogtreecommitdiff
path: root/webapps/scripting/test.esp
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/scripting/test.esp')
-rw-r--r--webapps/scripting/test.esp6
1 files changed, 0 insertions, 6 deletions
diff --git a/webapps/scripting/test.esp b/webapps/scripting/test.esp
deleted file mode 100644
index 614a42410c..0000000000
--- a/webapps/scripting/test.esp
+++ /dev/null
@@ -1,6 +0,0 @@
-<h3>A esp include file</h3>
-<%
- function testfn(test) {
- return "the argument was " + test;
- }
-%>