X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fnudgeform.php;h=3f13b5846269ce036d973ec98989d246a8a768e9;hb=086759f32ab6d2c5aadecb57941e7e14015b8bd6;hp=01dea3d3616cadc4d42b25b58d99c5b4cf51a5ae;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/nudgeform.php b/lib/nudgeform.php index 01dea3d361..3f13b58462 100644 --- a/lib/nudgeform.php +++ b/lib/nudgeform.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/ *