<?php
    include('/home/voice/w/mt/php/mt.php');
    $mt = new MT(1, '/home/voice/w/mt/mt.cfg');
    $mt->view();
?>