X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowmessage.php;h=db757948baba6e64bbb731d9eeaa1530d819caaf;hb=c899e4a84ee45b65950980ccb87e52129871d58e;hp=f413018bb170dc32a8b508ca70a6e098f8bd84e1;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/actions/showmessage.php b/actions/showmessage.php index f413018bb1..db757948ba 100644 --- a/actions/showmessage.php +++ b/actions/showmessage.php @@ -21,12 +21,12 @@ * * @category Personal * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @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); } @@ -39,9 +39,9 @@ require_once INSTALLDIR.'/lib/mailbox.php'; * * @category Personal * @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://laconi.ca/ + * @link http://status.net/ */ class ShowmessageAction extends MailboxAction