You need to sign in before continuing.
upgradeto0.sql 273 Bytes
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);