diff options
author | dvserg <dv_serg@mail.ru> | 2010-12-14 08:09:26 +0300 |
---|---|---|
committer | dvserg <dv_serg@mail.ru> | 2010-12-14 08:09:26 +0300 |
commit | 489fee063d1f6a9bbf4394087e95c0160a91f209 (patch) | |
tree | 719cfe84ed73d43850150788b9c1666ef47f4424 | |
parent | f1c1986f62e8ad5aec49b3652e2024d3411f8999 (diff) | |
download | pfsense-packages-489fee063d1f6a9bbf4394087e95c0160a91f209.tar.gz pfsense-packages-489fee063d1f6a9bbf4394087e95c0160a91f209.tar.bz2 pfsense-packages-489fee063d1f6a9bbf4394087e95c0160a91f209.zip |
HAVP Tabs update
-rw-r--r-- | config/havp/antivirus.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/havp/antivirus.php b/config/havp/antivirus.php index efd9839c..b4988817 100644 --- a/config/havp/antivirus.php +++ b/config/havp/antivirus.php @@ -35,13 +35,6 @@ include("head.inc"); header("Content-type: text/html; charset=utf-8"); - putenv("LC_ALL=ru_RU"); - setlocale (LC_ALL,"ru_RU.utf8"); - $domain = "messages"; - bindtextdomain ($domain, "./locale"); - bind_textdomain_codeset($domain, 'UTF-8'); - textdomain ($domain); - $pgtitle = "Antivirus: General page"; if (file_exists("/usr/local/pkg/havp.inc")) |