]> git.mxchange.org Git - friendica.git/commit - mod/register.php
Replace System::baseUrl() by App->getBaseURL() in mod/register
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Oct 2018 12:58:27 +0000 (08:58 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 14 Oct 2018 15:19:59 +0000 (11:19 -0400)
commit0563a284381bb9dabf851731479f6293337617dd
treef4b16d661aefe74dd2cfb1748578931b6d014bde
parent6606c9cbb2514fcc878ca6512819ef2d78533966
Replace System::baseUrl() by App->getBaseURL() in mod/register

- Remove redundant System::baseUrl() in goaway() calls
- Add more generic Friendica\Model use statement
- Allow empty path in goaway()
boot.php
mod/register.php