Translation preparation and some webgui code
This commit is contained in:
@@ -21,6 +21,7 @@ $g_db_password = 'changeme!';
|
||||
$g_db_schema = 'yms';
|
||||
|
||||
// mail settings
|
||||
$g_mail_enable = FALSE;
|
||||
$g_mailto = 'captain@example.com';
|
||||
$g_mailto_webmaster = 'webmaster@example.com';
|
||||
|
||||
@@ -34,7 +35,7 @@ $g_shapedir = 'shapes';
|
||||
|
||||
// documents and images
|
||||
$g_doc_basepath = '/var/local/yms';
|
||||
$g_doc_maxsize = 1024*1024*16; // 16 MB
|
||||
$g_doc_maxsize = 1024*1024*16; // 16 MB, please adjust php.ini accordingly!
|
||||
$g_doc_typemap = array(
|
||||
'generic' => 'doc',
|
||||
'manual' => 'doc',
|
||||
|
||||
Reference in New Issue
Block a user