X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2Fopenidtrust.php;h=89f3150f6358344eda2fb832e2f137d2f8723489;hb=0721d8d3e257709d27994eb4ab4bbe60abc93e2e;hp=ed6ca73a47f71ca11e84d8cbf32f30c8a459f163;hpb=7f6fdb528c7e089984bc6ca121508469d423483c;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/openidtrust.php b/plugins/OpenID/openidtrust.php index ed6ca73a47..89f3150f63 100644 --- a/plugins/OpenID/openidtrust.php +++ b/plugins/OpenID/openidtrust.php @@ -17,10 +17,11 @@ * along with this program. If not, see . */ -if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET')) { + exit(1); +} require_once INSTALLDIR.'/plugins/OpenID/openid.php'; -require_once(INSTALLDIR.'/plugins/OpenID/User_openid_trustroot.php'); class OpenidtrustAction extends Action {