diff options
Diffstat (limited to 'httemplate/misc/process/meta-import.cgi')
-rw-r--r-- | httemplate/misc/process/meta-import.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/misc/process/meta-import.cgi b/httemplate/misc/process/meta-import.cgi index 5a97d1160..1cf178c08 100644 --- a/httemplate/misc/process/meta-import.cgi +++ b/httemplate/misc/process/meta-import.cgi @@ -182,4 +182,6 @@ function SafeOnsubmit() { % } % % - +<%init> +die "meta-import script not currently enabled"; #make XSS-safe if this is used for more than just admins to import data.... +</%init> |