inc/i18n.inc.php
author rejo
Tue, 12 Jun 2007 19:41:08 +0000
changeset 21 31e17a9406eb
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 68] Updated some of the SQL queries to gain major performance improvements when listing all slave and master zones.

<?
include_once("inc/config.inc.php");

$language = $LANG;
setlocale(LC_ALL, $language);
$gettext_domain = 'messages';
bindtextdomain($gettext_domain, "./locale");
textdomain($gettext_domain);

?>