]> git.mxchange.org Git - friendica.git/commit
Relocate class files from /include to /src/
authorAdam Magness <adam.magness@gmail.com>
Wed, 8 Nov 2017 00:37:53 +0000 (19:37 -0500)
committerAdam Magness <adam.magness@gmail.com>
Wed, 8 Nov 2017 00:37:53 +0000 (19:37 -0500)
commitf23469121662325745660b3e39ca31f02365a8b2
tree92199060d7653693fad8a54e848aaa3de4257bee
parent6feec669794c7c10f0c90e49180db923aee35ea4
Relocate class files from /include to /src/

dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
31 files changed:
include/Contact.php
include/api.php
include/contact_selectors.php
include/delivery.php
include/follow.php
include/items.php
include/like.php
include/notifier.php
include/profile_update.php
include/queue.php
mod/dfrn_confirm.php
mod/dfrn_notify.php
mod/dfrn_poll.php
mod/display.php
mod/fetch.php
mod/item.php
mod/notifications.php
mod/notify.php
mod/p.php
mod/receive.php
object/Item.php
src/App.php
src/Core/Config.php
src/Core/NotificationsManager.php [new file with mode: 0644]
src/Core/PConfig.php
src/Core/Worker.php
src/Database/Dbm.php [new file with mode: 0644]
src/Network/Probe.php
src/Protocol/Dfrn.php [new file with mode: 0644]
src/Protocol/Diaspora.php [new file with mode: 0644]
src/Util/Lock.php