]> git.mxchange.org Git - friendica.git/commit
Improve App->runFrontend formatting
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 04:07:56 +0000 (00:07 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 04:07:56 +0000 (00:07 -0400)
commite2c5a423c5606f8331c479e3cb57627fe266bf7b
tree2cb5b360c88c7ea999fd5030f7005afae7bbb5c7
parente2ac36e43e554b65f174063b80dc704ddde83f76
Improve App->runFrontend formatting

- Use single-quotes instead of double
- Use strpos() instead of substr()
- Add/remove comments
- Use Config::get default value and drop the exact match for config.private_addons
src/App.php