X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fxmlstringer.php;h=b505e40d3957e8d13012fe8d9d3ecf5497ace903;hb=119d0f7dbab40f30170ba263de78d7e9cea984db;hp=1e14ec60f11ea6ebb2bf430db9ab4a96cba4f4c0;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/lib/xmlstringer.php b/lib/xmlstringer.php index 1e14ec60f1..b505e40d39 100644 --- a/lib/xmlstringer.php +++ b/lib/xmlstringer.php @@ -21,13 +21,13 @@ * * @category Output * @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://laconi.ca/ + * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -36,9 +36,9 @@ if (!defined('LACONICA')) { * * @category Output * @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/ * @see Action * @see HTMLOutputter */