Changed documentation
This commit is contained in:
parent
f86dac652f
commit
058c93a64c
1 changed files with 6 additions and 8 deletions
|
@ -1,13 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @brief This class contain functions for probing URL
|
* @file include/Probe.php
|
||||||
*
|
* @brief Functions for probing URL
|
||||||
* To-Do:
|
|
||||||
*
|
|
||||||
* - OStatus links with index.php
|
|
||||||
* - OStatus alias link
|
|
||||||
* - Non absolute URL in feeds?
|
|
||||||
* - Workaround for misconfigured Friendica servers?
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -18,6 +12,10 @@ require_once("include/feed.php");
|
||||||
require_once('include/email.php');
|
require_once('include/email.php');
|
||||||
require_once('include/network.php');
|
require_once('include/network.php');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief This class contain functions for probing URL
|
||||||
|
*
|
||||||
|
*/
|
||||||
class Probe {
|
class Probe {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue