Path disclosure fix
This commit is contained in:
parent
092eee8d53
commit
8c3a77f3ad
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user