Merge remote-tracking branch 'origin/MAINT_3_5_0' into MAINT_3_5_0

This commit is contained in:
Michal Čihař 2012-04-03 18:58:08 +02:00
commit 6376ff297e

View File

@ -16,7 +16,9 @@
* @subpackage Example
*/
require_once 'OpenID/RelyingParty.php';
if (false === @include_once 'OpenID/RelyingParty.php') {
exit;
}
/**
* Map of authenticated users to MySQL user/password pairs.