mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
moved charset to a lang setting
This commit is contained in:
parent
5c41980a0c
commit
41c60253b8
@ -196,11 +196,6 @@
|
||||
<td colspan="2"><font color="fefefe"> <b>Server information</b></font></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Enter your default character set:<br>Don't change unless you know what you are doing.</td>
|
||||
<td><input name="newsettings[charset]" value="<?php echo $current_config["charset"]; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Enter your default FTP server.</td>
|
||||
<td><input name="newsettings[default_ftp_server]" value="<?php echo $current_config["default_ftp_server"]; ?>"></td>
|
||||
|
@ -10,6 +10,7 @@
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'charset','common','en','iso-8859-1')");
|
||||
$db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'low','common','en','Low')");
|
||||
$db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'forum','common','en','Forum')");
|
||||
$db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'normal','common','en','Normal')");
|
||||
|
Loading…
Reference in New Issue
Block a user