Changeset - d7b53f34caaf
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 13 years ago 2012-04-28 23:58:36
ohnobinki@ohnopublishing.net
Fix explanation about $feedback_emails and example.
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
inc/config.inc.example
Show inline comments
 
@@ -74,27 +74,31 @@
 
 * Set this so that the key of the array is the google_conversion_id
 
 * and the value is the google_conversion_label. The conversion code
 
 * is placed on the process.php page (the page that users visit when
 
 * viewing their schedules).
 
 */
 
/* $ga_conversions = array('ddddddddd' => 'XXXXXXXXXXXX-XXXXXX', 'ddddddddd' => 'XXXXXXXXXXXX-XXXXXX'); */
 

	
 
/**
 
 * \brief
 
 *   List of email addresses to send feedback form submissions to.
 
 *
 
 * Set this to a PHP array of email addresses to which feedback
 
 * submissions should be mailed.
 
 * submissions should be mailed. Each separate array entry will cause
 
 * a new email to be sent, so if you want everybody to recieve the
 
 * same email and tobe listed on the To: header together, then place
 
 * all of the emails in one array item but formatted as the value of a
 
 * To: header with multiple addresses.
 
 */ 
 
/* $feedback_emails = array('ethanzonca@gmail.com', 'ngelderloos7@gmail.com', 'ohnobinki@ohnopublishing.net'); */
 
/* $feedback_emails = array('ethanzonca@gmail.com, ngelderloos7@gmail.com, ohnobinki@ohnopublishing.net'); */
 
/* $feedback_emails = array('user@example.org'); */
 

	
 
/**
 
 * \brief
 
 *   Whether or not to use SecureImage phpcaptcha.
 
 *
 
 * Set to TRUE to use SecureImage captcha, FALSE to not use
 
 * it. Requires PHP library available from http://phpcaptcha.org/
 
 * which may be placed in slate_permutate's lib/ directory or into the
 
 * system PHP include path. If you are using the lib/ directory,
 
 * ensure that securimage is accessible at
 
 * lib/securimage/securimage.php .
0 comments (0 inline, 0 general)