diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-08-29 16:40:45 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-08-29 16:40:45 -0400 |
commit | 8767dde3a5c252dfddfb750ad8cd3459d5e1e4a2 (patch) | |
tree | 9280fca86aee70cb98b33aff8e9f83c1e3776127 /orig | |
parent | 8b20d2feb0d39613962ff3fd11beb9a83ab1473b (diff) |
Diffstat (limited to 'orig')
-rw-r--r-- | orig/minimun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/orig/minimun b/orig/minimun index a61a4ca..2d1af8a 100644 --- a/orig/minimun +++ b/orig/minimun @@ -28,14 +28,14 @@ copy("%%DEST%%/format.tex",$fh); print $fh "\n"; if (index($ENV{'PATH_INFO'},'award') != -1){ - say $fh "\\award{$FORM{'committee'}}{$FORM{'country'}}{$FORM{'award'}}{$FORM{'school'}}"; + say $fh "\\award{$FORM{'country'}}{$FORM{'award'}}{$FORM{'committee'}}{$FORM{'school'}}"; } elsif (index($ENV{'PATH_INFO'},'room') != -1){ say $fh "\\room{$FORM{'committee'}}"; } else{ print "Content-type: text/html\n"; - print "Status: 404 File Not Found Error\n\n"; + print "Status: 404 File Not Found Error\n\n"; print '<a href="/">404 Error. Go back.</a>'; die; } |