X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fparallelizingdaemon.php;h=517115de0497521448c5abdd214f11bee9a29f3e;hb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;hp=8e09a3a411a3e25cbf9f75b2445aec159378b1f2;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/lib/parallelizingdaemon.php b/lib/parallelizingdaemon.php index 8e09a3a411..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://laconi.ca/ + * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -39,10 +39,10 @@ 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://laconi.ca/ + * @link http://status.net/ */ class ParallelizingDaemon extends Daemon