X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupnav.php;h=31cf378c8a821077a494585b9e141b241a6ce34f;hb=b76aa87f49135a416de91d73405c4f4e34f72bbb;hp=9e530c447ce511bca2eabb1b3d5371a10c92dc03;hpb=3a0c6d6c6d33bf343c832be3bc38ec85062588c4;p=quix0rs-gnu-social.git diff --git a/lib/groupnav.php b/lib/groupnav.php index 9e530c447c..31cf378c8a 100644 --- a/lib/groupnav.php +++ b/lib/groupnav.php @@ -1,6 +1,6 @@ . * * @category Action - * @package Laconica - * @author Evan Prodromou - * @author Sarven Capadisli - * @copyright 2008 Control Yourself, Inc. + * @package StatusNet + * @author Evan Prodromou + * @author Sarven Capadisli + * @copyright 2008 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); } @@ -40,11 +40,11 @@ require_once INSTALLDIR.'/lib/widget.php'; * Shows a group of tabs for a particular user group * * @category Output - * @package Laconica - * @author Evan Prodromou - * @author Sarven Capadisli + * @package StatusNet + * @author Evan Prodromou + * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */