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 need 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.
Default Value
From version 9 onwards:
$DB_SEE_INI = false;
Before version 9:
define("DB_SEE_INI",false);
Examples
From version 9 onwards:
$DB_SEE_INI = false;
Before version 9:
define("DB_SEE_INI",false);