This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/mod/update_network.php
Mike Macgirvin 6368bd1656 more live update
2010-07-24 15:21:33 -07:00

14 lines
169 B
PHP

<?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();
}