]> git.mxchange.org Git - friendica.git/blobdiff - bin/console.php
Merge pull request #11452 from atjn/manifest-icons
[friendica.git] / bin / console.php
index 8305176157661a4dc5f5e345d95a97d9094a2dc8..3e588acd6dc99d16ff779ff149f4aa26c4625e4c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -20,8 +20,6 @@
  *
  */
 
-use Friendica\Network\HTTPException\ForbiddenException;
-
 if (php_sapi_name() !== 'cli') {
        header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden');
        exit();