]> git.mxchange.org Git - friendica.git/commit
Move index.php content to App->runFrontend
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 02:24:47 +0000 (22:24 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 02:24:47 +0000 (22:24 -0400)
commit279196959c9c2b217d67c557dd8b3d8d3285fafe
treeb8e4779ffd7b73fc754ece3a39890b61ff140ea0
parent72a7671010f554ffe268b3281f6abf061023fb1b
Move index.php content to App->runFrontend

- Replace all x() by !empty() in App
- Replace all killme() with exit()
index.php
src/App.php
src/Core/System.php