more live update

This commit is contained in:
Mike Macgirvin
2010-07-24 15:21:33 -07:00
parent d6dbcf8581
commit 6368bd1656
6 changed files with 105 additions and 55 deletions

14
mod/update_network.php Normal file
View File

@@ -0,0 +1,14 @@
<?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();
}