X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fjoinform.php;h=aefb553aac928b311ace9b44aa65f324adab002c;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=a19e014de7e52781db6a10bb6e7e861bb952ba1a;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/joinform.php b/lib/joinform.php index a19e014de7..aefb553aac 100644 --- a/lib/joinform.php +++ b/lib/joinform.php @@ -21,14 +21,14 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @author Sarven Capadisli * @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); } @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @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/ *