diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-08 11:28:51 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-08 11:28:51 -0700 |
commit | 67dc78b6218bce86f6b783c34e02775f5b8cb21f (patch) | |
tree | f199a709506c736174dc64a1578c0c09134ddd4c /plugins/OpenID/openid.php | |
parent | 781075d4bc74296118bbf6f64565ab3aeb0a3a86 (diff) | |
parent | 34e9549756102dccd9069fc6156f1c28839801e8 (diff) |
Merge branch 'fatals' into 0.9.x
Diffstat (limited to 'plugins/OpenID/openid.php')
-rw-r--r-- | plugins/OpenID/openid.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/OpenID/openid.php b/plugins/OpenID/openid.php index 1b93163e5..ad251aa2c 100644 --- a/plugins/OpenID/openid.php +++ b/plugins/OpenID/openid.php @@ -17,9 +17,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } - -require_once(INSTALLDIR.'/plugins/OpenID/User_openid.php'); +if (!defined('STATUSNET')) { + exit(1); +} require_once('Auth/OpenID.php'); require_once('Auth/OpenID/Consumer.php'); |