6368bd165
1 2 3 4 5 6 7 8 9 10 11 12 13 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(); }