This page documents the DB_SEE_INI configuration setting in FormMail.
Type Of Setting
DB_SEE_INI is a LEAVE setting, which means...
 |
LEAVE |
you can change this setting if you really want to and know what
you're doing, but we recommend that you leave this setting unchanged.
|
Précis
Switches to INI file debugging mode.
Description
Set DB_SEE_INI to true for debugging purposes only. If set to
true, FormMail does nothing except generate a page showing you what
it found in the FORM_INI_FILE file.
define("DB_SEE_INI",false);
Examples
define("DB_SEE_INI",false);
See Also
FORM_INI_FILE
|