mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
Merge pull request #3445 from Hypolite/improvement/move-probe-to-src
Move Probe to src
This commit is contained in:
commit
6680ce1dd7
34 changed files with 168 additions and 223 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Network\Probe;
|
||||
|
||||
require_once("include/xml.php");
|
||||
require_once('include/Probe.php');
|
||||
|
||||
/**
|
||||
* @brief Curl wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue