Translation preparation and some webgui code

This commit is contained in:
2025-05-15 09:14:14 +02:00
parent fb93c83388
commit 1f2af40943
7 changed files with 131 additions and 9 deletions
+2 -1
View File
@@ -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',