friendica / dir

Friendica Global Directory
14 stars 12 forks source link

health page not working #24

Closed tobiasd closed 7 years ago

tobiasd commented 7 years ago

The /health page produces a WSoD due a parsing error.

PHP Parse error: syntax error, unexpected end of file in mod/health.php on line 396 Errors parsing mod/health.php

tobiasd commented 7 years ago

Maybe "just" a missing closing curly bracket fir the health_details function.

MrPetovan commented 7 years ago

I went further than that, fixed the formatting and the multiple PHP notices. I also remove a killme() in the index.php that prevented this page from displaying altogether. 🤔

tobiasd commented 7 years ago

The missing bracket was just the 1st thing I saw when I briefly looked at the code for a reason. Thanks for having a look!