diff options
Diffstat (limited to 'mod/update_network.php')
-rw-r--r-- | mod/update_network.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/update_network.php b/mod/update_network.php new file mode 100644 index 000000000..655bebb96 --- /dev/null +++ b/mod/update_network.php @@ -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(); + +}
\ No newline at end of file |