diff options
Diffstat (limited to 'httemplate/misc/states.cgi')
-rw-r--r-- | httemplate/misc/states.cgi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/misc/states.cgi b/httemplate/misc/states.cgi deleted file mode 100644 index 63c494d15..000000000 --- a/httemplate/misc/states.cgi +++ /dev/null @@ -1,6 +0,0 @@ -<% - - my $country = $cgi->param('arg'); - my @output = states_hash($country); - -%>[ <%= join(', ', map { qq("$_") } @output) %> ] |