Webgui programming

This commit is contained in:
2025-05-09 10:22:08 +02:00
parent c293ca1caa
commit fb93c83388
11 changed files with 340 additions and 85 deletions
+7
View File
@@ -35,6 +35,13 @@ $g_shapedir = 'shapes';
// documents and images
$g_doc_basepath = '/var/local/yms';
$g_doc_maxsize = 1024*1024*16; // 16 MB
$g_doc_typemap = array(
'generic' => 'doc',
'manual' => 'doc',
'invoice' => 'doc',
'picture' => 'pic',
'drawing' => 'drw'
);
$g_storage_limit = 1024; // MB