| Constant Summary |
| CONSTANT NAME | CONSTANT VALUE | DESCRIPTION |
|---|---|---|
| AUTO_CONFIG | true | Set auto-configuration, e.g. dynamically loading of modules |
| TEMPLATE_DIR | ./templates/ | The directory where the templates reside |
| CONFIGFILE_OVERRIDE | false | Configfile options override form-options |
| CONFIG_SEP | : | Seperator for configoptions array |
| CONFIG_DIR | config | Directory with configfile(s) |
| MODULES_DIR | modules | Directories for modules |
| INCLUDE_DIR | include | Directories for include-files |
| DEFAULT_VAR_CONTENT | %s: %s\n | Default string for showing options |
| DEFAULT_VAR_HTMLCONTENT | Default string for showing options in HTML | |
| TITLE | Form output | Default Title information for content-modules (also via optons) |
| LINE | ------------------------------------------------------------\n | Definition of a line |
| HTML_LINE | \n |
Definition of an HTML line |
| CONTENT_HEADER | \n | Default header |
| CONTENT_FOOTER | EndForm | Default footer |
| CONTENT_HEADER_HTML | \n | Default header in HTML |
| CONTENT_FOOTER_HTML | EndForm |