]> git.mxchange.org Git - friendica.git/blobdiff - mod/credits.php
BBCode - fixed syntax error
[friendica.git] / mod / credits.php
index f397bdca70f5f00898ae80d8cf3bf7b86f84f3e3..3d71c54b3aa0c4e61cd01d201efa576e41653da8 100644 (file)
@@ -5,14 +5,14 @@
  * (only contributors to the git repositories for friendica core and the
  * addons repository will be listed though ATM)
  */
-use Friendica\App;
+
 use Friendica\Core\L10n;
 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", $credits_string);
        $tpl = Renderer::getMarkupTemplate('credits.tpl');
        return Renderer::replaceMacros($tpl, [