/* Phorm Jr. configuration variables. For more detail, see the full documentation available at http://www.phorm.com/ $PHORM_NAME: The name of the form. Phorm Jr. appends .phm to this, and looks for a configuration file of that name. $PHORM_REFERER: A list of valid referers for your Phorm Jr. installation. $PHORM_ALERTTO: Email address to send internal error messages to, such as unable to open the log file or database. If it is not specified, all error messages will be displayed to the visitor. If it is specified, only errors which affect the visitor's operation will be displayed. $PHORM_ACK: An HTML file, containing variable substitutions, to output to the user after form submission. If unspecified, no ack is displayed, and Phorm Jr. attempts to redirect the user back to the URL of the form. $PHORM_REQ: A space-delimited list of all required fields. $PHORM_TMPL: Text template file for formatting contents to be emailed to user. If not specified, contents are not mailed. $PHORM_TO: Email address to send the contents to. It is required if PHORM_TMPL is specified. $PHORM_FROM: Email address for the FROM field of the emailed contents. NOTE: If this is blank, it will be set to the same as PHORM_TO. $PHORM_SUBJECT: Subject field for emailed contents. $PHORM_LOG: The name of a text file to log entries to $PHORM_LOGVAR: A space-delimited list of variables to log to $PHORM_LOG $PHORM_LDELIM: Log delimiter -- a character or string of characters to be placed between variable values in the text log. The default is a tab character. $PHORM_LOGQUOT: The character to use to quote values in the text log. The default is the ' character. */