Merge branch 'MAINT_3_5_0' into QA_3_5

This commit is contained in:
Marc Delisle 2012-04-03 12:57:11 -04:00
commit 86c29301c8

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.