. // BOINC WAP functions function wap_begin() { header("Content-type: text/vnd.wap.wml"); header("Expires: Thu, 01 Jan 1970 00:00:00 GMT"); echo "" . "" . "

"; } function wap_end() { echo "

"; } function wap_timestamp() { return strftime("%d %b %Y %H:%M:%S UTC", mktime()); } ?>