mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
14 lines
No EOL
169 B
PHP
14 lines
No EOL
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();
|
|
|
|
} |