X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftwitapitrends.php;h=83ab28f35d6236fa233c6f1f0a7b6aee5e82e039;hb=de5ff19713a990af197330dd8e4314de465ffe76;hp=48db96d6216bda08286ad946f15c6ef3cd80e559;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/actions/twitapitrends.php b/actions/twitapitrends.php index 48db96d621..83ab28f35d 100644 --- a/actions/twitapitrends.php +++ b/actions/twitapitrends.php @@ -21,13 +21,13 @@ * * @category Search * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @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); } @@ -38,9 +38,9 @@ require_once INSTALLDIR.'/lib/twitterapi.php'; * * @category Search * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @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 TwitterapiAction */