Move credits out of util/
This commit is contained in:
parent
9102a37b37
commit
b42760b0e6
3 changed files with 5 additions and 5 deletions
|
@ -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, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue