Move Probe to src

This commit is contained in:
Hypolite Petovan 2017-05-07 14:44:30 -04:00
commit 36e515ee6d
15 changed files with 20 additions and 13 deletions

View file

@ -1,9 +1,9 @@
<?php
use Friendica\App;
use Friendica\Network\Probe;
require_once 'include/Contact.php';
require_once('include/Probe.php');
function profiles_init(App $a) {