X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgrouplist.php;h=b41c5b5f8488c0898fe10f83ff1c726939d31d94;hb=7bd65a7b86d7d694d28e81f7d6897cbefd9d9e1d;hp=8b208dcd0579c54d252b85db4f3139c1b36c1d55;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/lib/grouplist.php b/lib/grouplist.php index 8b208dcd05..b41c5b5f84 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.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://laconi.ca/ + * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -41,9 +41,9 @@ define('GROUPS_PER_PAGE', 20); * * @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://laconi.ca/ + * @link http://status.net/ */ class GroupList extends Widget