[geeklog-cvs] geeklog: Removed configuration rules for LinkedIn configuration ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 13 13:52:38 EST 2011


changeset 8107:f7a3028f48cf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f7a3028f48cf
user: Tom <websitemaster at cogeco.net>
date: Sun Feb 13 13:52:04 2011 -0500
description:
Removed configuration rules for LinkedIn configuration values as they can contain special characters.

diffstat:

 public_html/admin/configuration_validation.php |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 4a921775e34d -r f7a3028f48cf public_html/admin/configuration_validation.php
--- a/public_html/admin/configuration_validation.php	Sun Feb 13 13:23:19 2011 -0500
+++ b/public_html/admin/configuration_validation.php	Sun Feb 13 13:52:04 2011 -0500
@@ -265,8 +265,6 @@
 $_CONF_VALIDATE['Core']['facebook_consumer_key'] = array('rule' => 'alphaNumeric');
 $_CONF_VALIDATE['Core']['facebook_consumer_secret'] = array('rule' => 'alphaNumeric');
 $_CONF_VALIDATE['Core']['linkedin_login'] = array('rule' => 'boolean');
-$_CONF_VALIDATE['Core']['linkedin_consumer_key'] = array('rule' => 'alphaNumeric');
-$_CONF_VALIDATE['Core']['linkedin_consumer_secret'] = array('rule' => 'alphaNumeric');
 $_CONF_VALIDATE['Core']['twitter_login'] = array('rule' => 'boolean');
 $_CONF_VALIDATE['Core']['twitter_consumer_key'] = array('rule' => 'alphaNumeric');
 $_CONF_VALIDATE['Core']['twitter_consumer_secret'] = array('rule' => 'alphaNumeric');



More information about the geeklog-cvs mailing list