Rev 12219 | Rev 12277 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12219 | Rev 12224 | ||
---|---|---|---|
Line 187... | Line 187... | ||
187 | testmax=strcmp(c,"new")!=0 && strcmp(c,"renew")!=0 && testmax_; |
187 | testmax=strcmp(c,"new")!=0 && strcmp(c,"renew")!=0 && testmax_; |
188 | pend=getvar("wims_scoring"); if(pend==NULL) pend=""; |
188 | pend=getvar("wims_scoring"); if(pend==NULL) pend=""; |
189 | if((i==0 || !exodepOK || strcmp(pend,"pending")!=0 || testmax) && strcmp(cc,"rafale")!=0) |
189 | if((i==0 || !exodepOK || strcmp(pend,"pending")!=0 || testmax) && strcmp(cc,"rafale")!=0) |
190 | if(testmax) allow="maxtry noscore"; else allow="noscore"; |
190 | if(testmax) allow="maxtry noscore"; else allow="noscore"; |
191 | else { |
191 | else { |
192 | if((strcmp(c,"new")==0 || strcmp(c,"renew")==0) && testmax_) allow="noscore"; |
192 | if((strcmp(c,"new")==0 || strcmp(c,"renew")==0) && testmax_) allow="maxtry noscore"; |
193 | else allow=""; |
193 | else allow=""; |
194 | } |
194 | } |
195 | ip=remote_addr; if(*ip==0) ip="-"; scorelog=0; |
195 | ip=remote_addr; if(*ip==0) ip="-"; scorelog=0; |
196 | if(user==NULL || *user==0) { |
196 | if(user==NULL || *user==0) { |
197 | classe="0"; allow=""; |
197 | classe="0"; allow=""; |