Move post_url
move post_url function
This commit is contained in:
parent
2f9642392d
commit
a32ba32ff4
12 changed files with 19 additions and 21 deletions
|
|
@ -12,11 +12,6 @@ use Friendica\Object\Image;
|
|||
use Friendica\Util\Network;
|
||||
use Friendica\Util\XML;
|
||||
|
||||
function post_url($url, $params, $headers = null, &$redirects = 0, $timeout = 0)
|
||||
{
|
||||
return Network::postURL($url, $params, $headers, $redirects, $timeout);
|
||||
}
|
||||
|
||||
function xml_status($st, $message = '')
|
||||
{
|
||||
Network::xmlStatus($st, $message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue