X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fconsole.php;h=35f0b5feefcf3820bfaca4739cca5eaee7e64e49;hb=214a0524ddc069f71c896eef8ccf031033125932;hp=8305176157661a4dc5f5e345d95a97d9094a2dc8;hpb=ec5bd9a756ae2273dbe5915b0b1fd60f0320896a;p=friendica.git diff --git a/bin/console.php b/bin/console.php index 8305176157..35f0b5feef 100755 --- a/bin/console.php +++ b/bin/console.php @@ -20,8 +20,6 @@ * */ -use Friendica\Network\HTTPException\ForbiddenException; - if (php_sapi_name() !== 'cli') { header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden'); exit();