mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Rename include/Scrape to include/probe
This commit is contained in:
parent
36e515ee6d
commit
3a2988c3fd
19 changed files with 19 additions and 19 deletions
|
@ -13,10 +13,10 @@
|
|||
*/
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
require_once('include/Scrape.php');
|
||||
use Friendica\Network\Probe;
|
||||
|
||||
require_once 'include/enotify.php';
|
||||
require_once 'include/probe.php';
|
||||
require_once 'include/group.php';
|
||||
|
||||
function dfrn_request_init(App $a) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue