Webgui programming
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user