Merge pull request #6209 from MrPetovan/task/move-config-to-php-array
Remove util/ folder
This commit is contained in:
commit
7efde8e334
40 changed files with 2611 additions and 4940 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", $credits_string);
|
||||
$tpl = Renderer::getMarkupTemplate('credits.tpl');
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue