1
0
Fork 0

Move credits out of util/

This commit is contained in:
Hypolite Petovan 2018-11-28 22:59:06 -05:00
commit b42760b0e6
3 changed files with 5 additions and 5 deletions

View 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, [