more live update
This commit is contained in:
14
mod/update_network.php
Normal file
14
mod/update_network.php
Normal 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();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user