]> git.mxchange.org Git - friendica.git/blob - mod/update_network.php
655bebb965d38006c50f6e36a2f6dafa4456da1d
[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 }