aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--orig/minimun4
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;
}