3 lines
273 B
MySQL
3 lines
273 B
MySQL
|
|
INSERT INTO config_settings (group_name, display_name, description, item, value, default_value, type, options, can_edit)
|
||
|
|
VALUES ('urls', 'PDF Directoy', 'The path for storing the generated PDF Documents', 'pdfDirectory', 'default', '${varDirectory}/Pdf', 'string', '', 1);
|