
0
Answered
Favicon
Hello,
i wanted to use a favicon with filerun.
As explained in the docs, i created on the server under customizables/config.php the config-file and put in this text:
$config['app']['ui']['enable_favicon_ico'] = true;
After saving and restarting apache, the favicon shows, but i get the following error message and nothing is usable:
Failed to load file list.
The data recevied from the server contains errors.
When i click in "The data" it shows me the following: https://ibb.co/b7JcDb
What can i do? At the moment i deleted again the config.php file to use filerun again.
Best Regards
Answer

+1
Answer
Answered
Make sure the file you made starts with <?php on the first line:
<?php $config['app']['ui']['enable_favicon_ico'] = true;
Customer support service by UserEcho
Make sure the file you made starts with <?php on the first line: