Changeset - ec5689d1ea15
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 13 years ago 2012-04-26 01:33:27
ohnobinki@ohnopublishing.net
Fix the sample value of the $feedback_emails configuration directive.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/config.inc.example
Show inline comments
 
@@ -64,49 +64,49 @@
 
 * Set this to an array of Google Analytics tracker IDs if you want to
 
 * analyze access to your slate_permutate installation.
 
 */
 
/* $ga_trackers = array(); */
 
/* $ga_trackers = array('UA-XXXXXXXX-X'); */
 

	
 
/**
 
 * \brief
 
 *   An array of Google AdWords conversion ID and label value pairs.
 
 *
 
 * 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.
 
 */ 
 
/* $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 .
 
 */
 
/* $use_captcha = FALSE; */
 

	
 
/**
 
 * \brief
 
 *   Password to be used for administration page (admin.php)
 
 *
 
 */
 
/* $admin_pass = ''; */
 

	
 
/**
 
 * \brief
0 comments (0 inline, 0 general)