X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupminilist.php;h=dff81eff536f07e345b38681a115a45f555c9493;hb=8135f7d9605ef16d56b6588f3ebea333891d17ef;hp=2b74a6ef88d8bd5fd95f01323c4f40c32edea4b5;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/groupminilist.php b/lib/groupminilist.php index 2b74a6ef88..dff81eff53 100644 --- a/lib/groupminilist.php +++ b/lib/groupminilist.php @@ -21,13 +21,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); } @@ -40,7 +40,7 @@ define('GROUPS_PER_MINILIST', 27); * * @category Public * @package StatusNet - * @author Evan Prodromou + * @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/ */