diff options
author | momo-i <momo-i@ampache> | 2008-08-29 07:07:13 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-29 07:07:13 +0000 |
commit | 59a103e607811934c3d1213c48c58eb9a2748d77 (patch) | |
tree | 3bba6e6dca915accf48c1e0d6d9ee5f7ff74ce2a /templates/show_install_config.inc.php | |
parent | fae2f92e98fdeecc69044933c509e17c7ad91fb6 (diff) | |
download | ampache-59a103e607811934c3d1213c48c58eb9a2748d77.tar.gz ampache-59a103e607811934c3d1213c48c58eb9a2748d77.tar.bz2 ampache-59a103e607811934c3d1213c48c58eb9a2748d77.zip |
Updated more translatable
Diffstat (limited to 'templates/show_install_config.inc.php')
-rw-r--r-- | templates/show_install_config.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 3cb13849..2c8f630c 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -26,6 +26,7 @@ if (INSTALL != '1') { exit; } <head> <title>Ampache :: For The Love Of Music - Install</title> <link rel="stylesheet" href="templates/install.css" type="text/css" media="screen" /> +<meta http-equiv="Content-Type" Content="text/html; Charset=<?php echo $charset; ?>" /> </head> <body> <div id="header"> |