summaryrefslogtreecommitdiff
path: root/httemplate/misc/states.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/states.cgi')
-rw-r--r--httemplate/misc/states.cgi7
1 files changed, 0 insertions, 7 deletions
diff --git a/httemplate/misc/states.cgi b/httemplate/misc/states.cgi
deleted file mode 100644
index 02b7be4af..000000000
--- a/httemplate/misc/states.cgi
+++ /dev/null
@@ -1,7 +0,0 @@
-[ <% join(', ', map { qq("$_") } @output) %> ]
-<%init>
-
-my $country = $cgi->param('arg');
-my @output = states_hash($country);
-
-</%init>