X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fparallelizingdaemon.php;h=517115de0497521448c5abdd214f11bee9a29f3e;hb=88e09d45c91b5f59bd5e012ebbef73c635abcb18;hp=6735427ce9a339ccd3a170e6db143e25214e86ca;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/parallelizingdaemon.php b/lib/parallelizingdaemon.php index 6735427ce9..517115de04 100644 --- a/lib/parallelizingdaemon.php +++ b/lib/parallelizingdaemon.php @@ -21,14 +21,14 @@ * * @category Daemon * @package StatusNet - * @author Zach Copley - * @author Evan Prodromou + * @author Zach Copley + * @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); } @@ -39,8 +39,8 @@ declare(ticks = 1); * * @category Daemon * @package StatusNet - * @author Zach Copley - * @author Evan Prodromou + * @author Zach Copley + * @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/ */