X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroups.php;h=10a1d5964d374ac2d18118223b3f297ca5211ed5;hb=fc61b7162576deb11a7947a8a04293b744f9d5fc;hp=e862428fce2c46c19bc6a2027a08a102e163f3a1;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/actions/groups.php b/actions/groups.php index e862428fce..10a1d5964d 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -21,14 +21,14 @@ * * @category Personal * @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://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -41,7 +41,7 @@ require_once INSTALLDIR.'/lib/grouplist.php'; * * @category Personal * @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/ */