diff --git a/examples/openid.php b/examples/openid.php index 6d1f4390a8..8faa808b71 100644 --- a/examples/openid.php +++ b/examples/openid.php @@ -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.