Move post_url

move post_url function
This commit is contained in:
Adam Magness 2018-01-26 23:24:23 -05:00
commit a32ba32ff4
12 changed files with 19 additions and 21 deletions

View file

@ -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);