Create own base URL class which holds the whole base url business logic
authorPhilipp Holzer <admin@philipp.info>
Mon, 8 Apr 2019 19:12:10 +0000 (21:12 +0200)
committerPhilipp Holzer <admin@philipp.info>
Tue, 9 Apr 2019 06:31:16 +0000 (08:31 +0200)
commit318a3ca785474fa27fbff9b3ee19fd4c04261ecd
tree4e39e089cc2e9046ff7f3ef6283b03caed40064d
parent6ea531d2f814a017b6b0ba13e34ee846501c020a
Create own base URL class which holds the whole base url business logic
16 files changed:
boot.php
config/defaults.config.php
mod/admin.php
src/App.php
src/Core/Authentication.php
src/Core/Session.php
src/Core/System.php
src/Core/Update.php
src/Factory/DependencyFactory.php
src/Model/Contact.php
src/Network/Probe.php
src/Protocol/DFRN.php
src/Util/BaseURL.php [new file with mode: 0644]
src/Util/Config/ConfigFileSaver.php [deleted file]
src/Util/Network.php
tests/src/Util/Config/ConfigFileSaverTest.php [deleted file]