X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgrouprss.php;h=70c1ded488e89c46ff9397b5a3da65f27b30e923;hb=70fc32c5b93a6cd71cf33212ac792c38632bbdb3;hp=b304dd3a5d4c845a05c70c44e68da00382290e2c;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/actions/grouprss.php b/actions/grouprss.php index b304dd3a5d..70c1ded488 100644 --- a/actions/grouprss.php +++ b/actions/grouprss.php @@ -21,14 +21,14 @@ * * @category Group * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @author Sarven Capadisli * @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('MEMBERS_PER_SECTION', 27); * * @category Group * @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 groupRssAction extends Rss10Action