From 36e515ee6d00139a2aefed265ef38171c7c8e4fa Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 7 May 2017 14:44:30 -0400 Subject: [PATCH] Move Probe to src --- include/Contact.php | 3 +-- include/Scrape.php | 3 ++- include/bb2diaspora.php | 1 + include/cronjobs.php | 2 +- include/network.php | 2 +- include/ostatus.php | 1 + include/salmon.php | 3 ++- include/socgraph.php | 1 + mod/contacts.php | 1 + mod/dfrn_confirm.php | 2 +- mod/dfrn_request.php | 2 +- mod/photos.php | 2 +- mod/profiles.php | 2 +- mod/webfinger.php | 3 +-- {include => src/Network}/Probe.php | 5 ++++- 15 files changed, 20 insertions(+), 13 deletions(-) rename {include => src/Network}/Probe.php (99%) diff --git a/include/Contact.php b/include/Contact.php index 5787439c1f..20ae524cbe 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -1,6 +1,7 @@