inc/i18n.inc.php
author rejo
Fri, 07 Dec 2007 23:52:08 +0000
changeset 43 2d7b36d12274
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 90] Fixing #1 ("password of user is shown in plain text when edited by admin").

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

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

?>