]> git.mxchange.org Git - friendica.git/blobdiff - bin/console.php
Merge remote-tracking branch 'upstream/develop' into error-handling
[friendica.git] / bin / console.php
index 35f0b5feefcf3820bfaca4739cca5eaee7e64e49..8305176157661a4dc5f5e345d95a97d9094a2dc8 100755 (executable)
@@ -20,6 +20,8 @@
  *
  */
 
+use Friendica\Network\HTTPException\ForbiddenException;
+
 if (php_sapi_name() !== 'cli') {
        header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden');
        exit();