X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofilesection.php;h=504b1b7f75c64ea12e4b04580a607ddb8d04d1fa;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=9f71d6b364a7c6acb89b8be3ba256693c9abc0f1;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/profilesection.php b/lib/profilesection.php index 9f71d6b364..504b1b7f75 100644 --- a/lib/profilesection.php +++ b/lib/profilesection.php @@ -21,13 +21,13 @@ * * @category Widget * @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); } @@ -41,7 +41,7 @@ define('PROFILES_PER_SECTION', 6); * * @category Widget * @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/ */