X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=35e968dba994a61aaf50ffec1ba37d959d710f24;hb=71ae08d506130e45f68cf4e09d71f3a1c2e2d782;hp=655bebb965d38006c50f6e36a2f6dafa4456da1d;hpb=6368bd165612dfa1e95e8d4c99b922797bf429af;p=friendica.git diff --git a/mod/update_network.php b/mod/update_network.php index 655bebb965..35e968dba9 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