X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Flogout.php;h=1e0adae57592a536bdaf7b6bbf3eb7ae60959f14;hb=071f455b87cf7e322ba2ec300d6881e3b165f81c;hp=6e147ccc05bdb1477818d6b08d5f9e05f51097a4;hpb=ae883ceb9b4689f6c1dd3aecdc4a844eda7d179a;p=quix0rs-gnu-social.git diff --git a/actions/logout.php b/actions/logout.php index 6e147ccc05..1e0adae575 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -28,12 +28,10 @@ * along with this program. If not, see . */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } -require_once INSTALLDIR.'/lib/openid.php'; - /** * Logout action class. *