]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/WellKnown/SecurityTxt.php
Merge branch '2023.03-rc' into stable
[friendica.git] / src / Module / WellKnown / SecurityTxt.php
index 317db50feb3acdf18b44dbc370b2da6c6fd6a04e..0e8e55217843a23e82db4f722c97dc07aeff8653 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @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()
+       protected function rawContent(array $request = [])
        {
                $name = 'security.txt';
                $fp = fopen($name, 'rt');