X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcredits.php;h=56b7cd6618cd90353789c2c9f5b87c3f44a8a4b7;hb=cb635fb3cbb499ed6bf2b995a5ec1d6e9a38773a;hp=c53c86b8b9882b3b1913cb2db2ab651a8069d7f1;hpb=7d5494dd67f58e1fc63c6571946e26290092321c;p=friendica.git diff --git a/mod/credits.php b/mod/credits.php index c53c86b8b9..56b7cd6618 100644 --- a/mod/credits.php +++ b/mod/credits.php @@ -12,8 +12,8 @@ use Friendica\Core\Renderer; function credits_content() { /* fill the page with credits */ - $credits_string = file_get_contents('util/credits.txt'); - $names = explode("\n", htmlspecialchars($credits_string)); + $credits_string = file_get_contents('CREDITS.txt'); + $names = explode("\n", $credits_string); $tpl = Renderer::getMarkupTemplate('credits.tpl'); return Renderer::replaceMacros($tpl, [ '$title' => L10n::t('Credits'),