X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=8434d34c705d3cbb5bef44953f9bdb8b43d45cbf;hb=036ca6a6e19177eb405f9b54c08ebcf9a79946c9;hp=891d2a61a1defb074f05741bcdb08cb6e680191c;hpb=d454905d3c6bcffa975f1a51e379ebabad6f7ff9;p=friendica.git diff --git a/boot.php b/boot.php index 891d2a61a1..8434d34c70 100644 --- a/boot.php +++ b/boot.php @@ -387,6 +387,10 @@ define ( 'GRAVITY_COMMENT', 6); /* @}*/ +// Normally this constant is defined - but not if "pcntl" isn't installed +if (!defined("SIGTERM")) + define("SIGTERM", 15); + /** * * Reverse the effect of magic_quotes_gpc if it is enabled.