Revision: 2167
Author: olavmrk
Date: Wed Feb 10 05:03:41 2010
Log: openid: Exit after showing error message.
http://code.google.com/p/simplesamlphp/source/detail?r=2167
Modified:
/trunk/modules/openid/www/consumer.php
=======================================
--- /trunk/modules/openid/www/consumer.php Fri Jan 22 01:14:18 2010
+++ /trunk/modules/openid/www/consumer.php Wed Feb 10 05:03:41 2010
@@ -37,6 +37,7 @@
$t->data['error'] = $message;
$t->data['AuthState'] = $authState;
$t->show();
+ exit(0);
}
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.