]> 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 73a627c2e7953d1c8d99c0a73de9983a8363d3e1..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 function rawContent()
+       protected function rawContent(array $request = [])
        {
                $name = 'security.txt';
                $fp = fopen($name, 'rt');