]> git.mxchange.org Git - friendica.git/blobdiff - bin/testargs.php
Possibly Avoid database error when storing photo item
[friendica.git] / bin / testargs.php
index dbfd05a13070c098cbbe9cf850794feb95672d5f..55197f63a3d2641dea57aa6db314b25270a7cd7c 100644 (file)
@@ -26,8 +26,6 @@
  *
  */
 
-use Friendica\Network\HTTPException\ForbiddenException;
-
 if (php_sapi_name() !== 'cli') {
        header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden');
        exit();