X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsubscriptionlist.php;h=89f63e32116f37a14838f123e2e412004838a234;hb=d6b31d42c7e315d18d40ed6ad30f7d90feeba341;hp=e7a8302c598b540560d01c64ffc0dc14b48c2dd9;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/subscriptionlist.php b/lib/subscriptionlist.php index e7a8302c59..89f63e3211 100644 --- a/lib/subscriptionlist.php +++ b/lib/subscriptionlist.php @@ -22,13 +22,13 @@ * * @category Public * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @copyright 2008-2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/profilelist.php'; * * @category Public * @package StatusNet - * @author Zach Copley - * @author Evan Prodromou + * @author Zach Copley + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */