Пример #1
0
/**
 * $Id: loka.php 9 2009-03-03 22:37:27Z NaDiN $
 *
 * Program Loka Tarjamah Otomatis Basa Indonésia - Basa Sunda
 *
 * Copyright (C) 2007 Dian Tresna Nugraha <*****@*****.**>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the
 * Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
define('TARJ_DIR', 'inc/');
global $_START;
$_START = microtime(true);
require_once TARJ_DIR . 'NL_Translator_ID2SU.class.inc';
$tarjamah = new NL_Translator_ID2SU();
print "<!-- Kamus loaded in " . (microtime(true) - $_START) . " usec -->\n";
$tarjamah->HandleRequestSite();