userid != $user->id) { fail("We have no record of that computer"); } return $host; } db_init(); $user = get_logged_in_user(); page_head("Updating computer credit"); $hostid = $_GET["hostid"]; host_update_credit($hostid); echo "
Host credit updated"; page_tail(); ?>