default values
This commit is contained in:
@@ -18,6 +18,7 @@ $Source$
|
|||||||
2002-06-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-06-15 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
|
* lang/thai.inc.php3: Updates, thanks again to Arthit Suriyawongkul.
|
||||||
* lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
|
* lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima.
|
||||||
|
* config.inc.php3: Changed default values of some directives.
|
||||||
|
|
||||||
2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
|
2002-06-15 Mike Beck <mikebeck@users.sourceforge.net>
|
||||||
started putting the relationtables in a central db
|
started putting the relationtables in a central db
|
||||||
|
@@ -200,7 +200,7 @@ $cfg['DefaultLang'] = 'en';
|
|||||||
*/
|
*/
|
||||||
// Default charset to use for recoding of MySQL queries
|
// Default charset to use for recoding of MySQL queries
|
||||||
// (see $cfg['AvailableCharsets'] to possible choices, you can add your own)
|
// (see $cfg['AvailableCharsets'] to possible choices, you can add your own)
|
||||||
$cfg['DefaultCharset'] = 'iso-8859-2';
|
$cfg['DefaultCharset'] = 'iso-8859-1';
|
||||||
// Allow charset recoding of MySQL queries, must be also enabled in language
|
// Allow charset recoding of MySQL queries, must be also enabled in language
|
||||||
// file to make harder using other language files than unicode.
|
// file to make harder using other language files than unicode.
|
||||||
$cfg['AllowAnywhereRecoding'] = TRUE;
|
$cfg['AllowAnywhereRecoding'] = TRUE;
|
||||||
@@ -244,7 +244,7 @@ $cfg['RepeatCells'] = 100; // repeat header names every X cells
|
|||||||
|
|
||||||
$cfg['UseSyntaxColoring'] = TRUE; // use syntaxcoloring on output of SQL, might be a little slower
|
$cfg['UseSyntaxColoring'] = TRUE; // use syntaxcoloring on output of SQL, might be a little slower
|
||||||
$cfg['colorFunctions'] = '#FF0000'; // Colors used for Syntaxcoloring of SQL Statements
|
$cfg['colorFunctions'] = '#FF0000'; // Colors used for Syntaxcoloring of SQL Statements
|
||||||
$cfg['colorKeywords'] = '#0000FF';
|
$cfg['colorKeywords'] = '#990099';
|
||||||
$cfg['colorStrings'] = '#008000';
|
$cfg['colorStrings'] = '#008000';
|
||||||
$cfg['colorColType'] = '#FF9900';
|
$cfg['colorColType'] = '#FF9900';
|
||||||
$cfg['colorAdd'] = '#0000FF';
|
$cfg['colorAdd'] = '#0000FF';
|
||||||
|
Reference in New Issue
Block a user