From: Andrew DeFaria Date: Tue, 18 Aug 2020 11:10:35 +0000 (-0700) Subject: Merge branch 'master' of git+ssh://github.com/adefaria/clearscm X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=59e4b094ca914ea2ff06f07da91a6c201cc7e466;hp=361e59dd612171a0f4a72ccbd49d1041185a5df0;p=clearscm.git Merge branch 'master' of git+ssh://github.com/adefaria/clearscm --- diff --git a/maps/bin/importlist.cgi b/maps/bin/importlist.cgi index 6f4e5f3..495da15 100755 --- a/maps/bin/importlist.cgi +++ b/maps/bin/importlist.cgi @@ -32,11 +32,14 @@ my $userid = cookie('MAPSUser'); $userid //= $ENV{USER}; my $Userid = ucfirst $userid; +my $type = param 'type'; +my $file = param 'file'; + my %opts = ( usage => sub { pod2usage }, help => sub { pod2usage (-verbose => 2)}, - type => param('type'), - file => param('file'), + type => $type, + file => $file, ); sub importList ($) { diff --git a/rc/client_scripts/WellsFargo b/rc/client_scripts/WellsFargo old mode 100755 new mode 100644