[system] / trunk / webwork2 / lib / WeBWorK / Authen.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/Authen.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 323 Revision 329
81 } 81 }
82 } elsif ($key) { 82 } elsif ($key) {
83 if ($key ne 'invalidkeyhahaha') { 83 if ($key ne 'invalidkeyhahaha') {
84 $return = 1; 84 $return = 1;
85 } else { 85 } else {
86 $error = "Your session has expired. You must re-login"; 86 $error = "Your session has expired. You must login again";
87 $return = 0; 87 $return = 0;
88 } 88 }
89 } else { 89 } else {
90 $error = "Unexpected authentication error!"; 90 $error = "Unexpected authentication error!";
91 $return = 0; 91 $return = 0;

Legend:
Removed from v.323  
changed lines
  Added in v.329

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9