X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Ftestargs.php;h=55197f63a3d2641dea57aa6db314b25270a7cd7c;hb=107cc6f297b8af88b2fd3d4b382e6cc80edfec69;hp=dbfd05a13070c098cbbe9cf850794feb95672d5f;hpb=516018861e011865a902587876d484d6f0f42a66;p=friendica.git diff --git a/bin/testargs.php b/bin/testargs.php index dbfd05a130..55197f63a3 100644 --- a/bin/testargs.php +++ b/bin/testargs.php @@ -26,8 +26,6 @@ * */ -use Friendica\Network\HTTPException\ForbiddenException; - if (php_sapi_name() !== 'cli') { header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden'); exit();