]> git.mxchange.org Git - friendica.git/commit
Move redundant System::baseUrl() to DI::baseUrl() calls
authornupplaPhil <admin@philipp.info>
Mon, 30 Dec 2019 22:00:08 +0000 (23:00 +0100)
committernupplaPhil <admin@philipp.info>
Mon, 30 Dec 2019 22:00:08 +0000 (23:00 +0100)
commit3f3422975266835fc125d1d61aae85ccc10d96d9
tree621bf8eda6b17fa68fc73c0bf4731c0ab480bb0a
parentf2da1c5ab981ad273961eec86a8efdb5e4f01b5c
Move redundant System::baseUrl() to DI::baseUrl() calls
81 files changed:
include/api.php
include/conversation.php
include/enotify.php
include/items.php
mod/cal.php
mod/dfrn_confirm.php
mod/dfrn_request.php
mod/display.php
mod/events.php
mod/fbrowser.php
mod/follow.php
mod/item.php
mod/lostpass.php
mod/match.php
mod/message.php
mod/msearch.php
mod/noscrape.php
mod/oexchange.php
mod/ostatus_subscribe.php
mod/photos.php
mod/ping.php
mod/poke.php
mod/profile_photo.php
mod/profiles.php
mod/pubsubhubbub.php
mod/redir.php
mod/regmod.php
mod/repair_ostatus.php
mod/settings.php
mod/subthread.php
mod/suggest.php
mod/tagger.php
mod/unfollow.php
mod/videos.php
mod/wall_upload.php
mod/wallmessage.php
src/App/BaseURL.php
src/Content/Nav.php
src/Content/OEmbed.php
src/Content/Smilies.php
src/Content/Text/BBCode.php
src/Content/Widget.php
src/Core/System.php
src/Core/Theme.php
src/Core/UserImport.php
src/Core/Worker.php
src/Model/Contact.php
src/Model/Event.php
src/Model/GContact.php
src/Model/Item.php
src/Model/Mail.php
src/Model/Photo.php
src/Model/Profile.php
src/Model/Term.php
src/Model/User.php
src/Module/Contact.php
src/Module/Objects.php
src/Module/Profile.php
src/Module/Settings/Delegation.php
src/Module/Settings/UserExport.php
src/Module/Tos.php
src/Network/Probe.php
src/Protocol/ActivityPub/Transmitter.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Protocol/Feed.php
src/Protocol/OStatus.php
src/Util/Network.php
src/Util/Proxy.php
src/Worker/Delivery.php
src/Worker/PubSubPublish.php
tests/include/ApiTest.php
view/php/default.php
view/php/minimal.php
view/theme/frio/php/default.php
view/theme/frio/php/minimal.php
view/theme/frio/php/standard.php
view/theme/quattro/theme.php
view/theme/smoothly/php/default.php
view/theme/smoothly/theme.php
view/theme/vier/theme.php