$dt $msg
\n");
fclose($f);
}
function refresh() {
$lines = file("/tmp/wall.html");
// return the last 25 lines
return join("\n", array_slice($lines, -25));
}
$sajax_request_type = "GET";
sajax_init();
sajax_export("add_line", "refresh");
sajax_handle_client_request();
?>