friendica/mod/update_network.php

14 lines
169 B
PHP
Raw Normal View History

2010-07-25 00:21:33 +02:00
<?php
require_once('mod/network.php');
function update_network_content(&$a) {
echo "<html>\r\n";
echo network_content($a,true);
echo "</html>\r\n";
killme();
}