]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/WellKnown/SecurityTxt.php
Merge remote-tracking branch 'upstream/develop' into inbox-gsid
[friendica.git] / src / Module / WellKnown / SecurityTxt.php
index 9cdcde048476d7af68b175fa62249a842bbe6077..0e8e55217843a23e82db4f722c97dc07aeff8653 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -29,7 +29,7 @@ use Friendica\BaseModule;
  */
 class SecurityTxt extends BaseModule
 {
-       public static function rawContent(array $parameters = [])
+       protected function rawContent(array $request = [])
        {
                $name = 'security.txt';
                $fp = fopen($name, 'rt');