]> git.mxchange.org Git - friendica.git/blob - mod/update_network.php
more live update
[friendica.git] / mod / update_network.php
1 <?php
2
3
4 require_once('mod/network.php');
5
6
7 function update_network_content(&$a) {
8
9         echo "<html>\r\n";
10         echo network_content($a,true);
11         echo "</html>\r\n";
12         killme();
13
14 }