diff options
author | technical50 <selim_guner2000@hotmail.com> | 2013-05-10 10:45:46 +0300 |
---|---|---|
committer | technical50 <selim_guner2000@hotmail.com> | 2013-05-10 10:45:46 +0300 |
commit | 87d75cb28500547cfc63ce3abc4294390615fb39 (patch) | |
tree | 876515cc750081c5559a80b4bd692bc1efc2327f /usr/local/www/index.php | |
parent | f8ea0eb3ca7955b086b0bdbb5e1d850f15fb0fac (diff) | |
download | pfsense-87d75cb28500547cfc63ce3abc4294390615fb39.zip pfsense-87d75cb28500547cfc63ce3abc4294390615fb39.tar.gz |
Auto codeset change for pfsense-utils.inc
Codeset auto checking pfsense-utils.inc do not need anymore 8859-1 charset
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-x | usr/local/www/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 7673cb2..e54e2bb 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -159,10 +159,10 @@ if (!is_array($config['widgets'])) { echo <<<EOF <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="<?=system_get_language_code();?>" xml:lang="<?=system_get_language_code();?>"> <head> <title>{$g['product_name']}.localdomain - {$g['product_name']} first time setup</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="Content-Type" content="text/html; charset=<?=system_get_language_codeset();?>" /> <link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print" /> <script type="text/javascript">var theme = "nervecenter"</script> <script type="text/javascript" src="/themes/nervecenter/loader.js"></script> |