X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ffeed.php;h=e9fb6fdff3e392620291763044858a603627d834;hb=bd6571c2e17939b21e01afd3772acb5cebbbadfe;hp=5e0f9add7796dbbdd984b4699b59a4cc60bbfd27;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/feed.php b/lib/feed.php index 5e0f9add77..e9fb6fdff3 100644 --- a/lib/feed.php +++ b/lib/feed.php @@ -21,13 +21,13 @@ * * @category Feed * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @copyright 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); } @@ -38,8 +38,8 @@ if (!defined('LACONICA')) { * * @category Feed * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ */