]> git.mxchange.org Git - friendica.git/blobdiff - mod/unfollow.php
Merge pull request #10456 from annando/issue-10454
[friendica.git] / mod / unfollow.php
index 14d789e15e21d9bbd7a1949b9a515f0a6fde9f07..aca17727b6950627791cd742daad45352f592047 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -158,4 +158,4 @@ function unfollow_process(string $url)
        }
 
        DI::baseUrl()->redirect($return_path);
-}
\ No newline at end of file
+}