]> git.mxchange.org Git - friendica.git/blobdiff - bin/auth_ejabberd.php
Changes:
[friendica.git] / bin / auth_ejabberd.php
index 22087ed017479efd3c092da826ca95d04528e9f2..14ed7b0b2808b1f7bd2f1858aa7ff7654dd9b508 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
  *
@@ -51,8 +51,6 @@
  *
  */
 
-use Friendica\Network\HTTPException\ForbiddenException;
-
 if (php_sapi_name() !== 'cli') {
        header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden');
        exit();