Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 041798b

Browse files
committed
Always exit at the end, as we send XML result anyway. Fix #887
1 parent bfcb1b0 commit 041798b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/plugins/authfront.duosecurity/class.DuoSecurityFrontend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ function tryToLogUser(&$httpVars, $isLast = false){
107107
$loggedUser->save("superuser");
108108
}
109109

110-
if($loggingResult > 0 || $isLast){
110+
// if($loggingResult > 0 || $isLast){
111111
exit();
112-
}
112+
// }
113113

114114
}
115115

0 commit comments

Comments
 (0)