Path disclosure fix

This commit is contained in:
Marc Delisle 2012-04-03 12:56:58 -04:00
parent 092eee8d53
commit 8c3a77f3ad

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.