]> git.mxchange.org Git - friendica.git/blobdiff - mod/credits.php
Move credits out of util/
[friendica.git] / mod / credits.php
index c53c86b8b9882b3b1913cb2db2ab651a8069d7f1..cfcc30b3e2e3beb7f7879b70803109ca665e9456 100644 (file)
@@ -12,7 +12,7 @@ use Friendica\Core\Renderer;
 function credits_content()
 {
        /* fill the page with credits */
-       $credits_string = file_get_contents('util/credits.txt');
+       $credits_string = file_get_contents('CREDITS.txt');
        $names = explode("\n", htmlspecialchars($credits_string));
        $tpl = Renderer::getMarkupTemplate('credits.tpl');
        return Renderer::replaceMacros($tpl, [