<?php

// Process the M'Cheyne data and output directly as XML

include('mcheyne.inc');

import_request_variables("g", "req_");

$mc = new Mcheyne($req_bible, $req_cal, $req_tz, $req_day, $req_nodtd);

$mc->out_xml();

$mc->log('server');

?>