From 2f126626cbd951e97220d7c9ab1f2791f614f401 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 31 Mar 2006 08:07:54 +0000 Subject: added download for size, and seriously cleaned up the /song.php file it actually is not ugly anymore.. yeah! --- config/ampache.cfg.php.dist | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/ampache.cfg.php.dist') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index e81db2a5..e7ccbf8b 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -257,6 +257,15 @@ max_upload_size = "10485760" # DEFAULT: iso-8859-1 site_charset = iso-8859-1 +# Locale Charset +# In some cases this has to be different +# in order for XHTML and other things to work +# This is disabled by default, enabled only +# if needed. It's specifically needed for Russian +# so that is the default +# Default: cp1251 +#lc_charset = cp1251 + ########################################################## # Public Registration settings, defaults to disabled -- cgit