X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FSession.php;h=d641edbbe408af12c87bdcd32a416672429d2eeb;hb=c01a5b8f2e37fe876507edfccc01126a117d9728;hp=a94a5dbb995ae6617a1e461033a8776248e9bbd2;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/classes/Session.php b/classes/Session.php index a94a5dbb99..d641edbbe4 100644 --- a/classes/Session.php +++ b/classes/Session.php @@ -2,7 +2,7 @@ /** * Table Definition for session * - * StatusNet - a distributed open-source microblogging tool + * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2009, StatusNet, Inc. * * This program is free software: you can redistribute it and/or modify @@ -19,7 +19,7 @@ * along with this program. If not, see . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } require_once INSTALLDIR.'/classes/Memcached_DataObject.php';