X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=cf9f11f586f734d4967a12fbd2c094ac5e39549c;hb=8c245a5d2f4e6882211ac17561f86537a7089c73;hp=655bebb965d38006c50f6e36a2f6dafa4456da1d;hpb=6368bd165612dfa1e95e8d4c99b922797bf429af;p=friendica.git diff --git a/mod/update_network.php b/mod/update_network.php index 655bebb965..cf9f11f586 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -1,14 +1,27 @@ \r\n"; - echo network_content($a,true); - echo "\r\n"; + $profile_uid = intval($_GET['p']); + + header("Content-type: text/html"); + echo "\r\n"; + echo (($_GET['msie'] == 1) ? '
' : '
'); + + + $text = network_content($a,$profile_uid); + $pattern = "/]*) src=\"([^\"]*)\"/"; + $replace = "' : '
'); + echo "\r\n"; killme(); } \ No newline at end of file