]> git.mxchange.org Git - friendica.git/commit
Centralize startup steps in Friendica\App
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 26 Jun 2018 00:38:41 +0000 (20:38 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:13 +0000 (19:38 -0400)
commit5fdff3d8134afdc914bbc3c6fa11c72627325355
tree72f853e4a24f72c34794159fdd0ff08149c1ff1a
parent2503660f97c3f9588f1965c23b98d0c78109ee0b
Centralize startup steps in Friendica\App

- Add loadDatabase startup step
- Add loadConfigFiles startup step
- Remove startup() in boot.php
- Replace App::checkMaintenanceMode() with App::determineMode()
index.php
src/App.php