X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fxmlstringer.php;h=b505e40d3957e8d13012fe8d9d3ecf5497ace903;hb=894b221e8aec57768d6804ee3bf53c85196e09bf;hp=5a7189cbd00d7b69f581ea36340a9e262ca967da;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/xmlstringer.php b/lib/xmlstringer.php index 5a7189cbd0..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://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -36,7 +36,7 @@ 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://status.net/ * @see Action