Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-03 18:58:34 +02:00
commit 2edae726cc

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.