1
0
Fork 0

Merge pull request #6209 from MrPetovan/task/move-config-to-php-array

Remove util/ folder
This commit is contained in:
Tobias Diekershoff 2018-12-29 11:43:55 +01:00 committed by GitHub
commit 7efde8e334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 2611 additions and 4940 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", $credits_string);
$tpl = Renderer::getMarkupTemplate('credits.tpl');
return Renderer::replaceMacros($tpl, [