Changeset 20368 for extensions/oAuth/include
- Timestamp:
- Jan 25, 2013, 11:29:14 AM (12 years ago)
- Location:
- extensions/oAuth/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/include/functions.inc.php
r20293 r20368 4 4 function load_hybridauth_conf() 5 5 { 6 global $hybridauth_conf ;6 global $hybridauth_conf, $conf; 7 7 8 8 if (file_exists(PHPWG_ROOT_PATH.OAUTH_CONFIG)) … … 10 10 $hybridauth_conf = include(PHPWG_ROOT_PATH.OAUTH_CONFIG); 11 11 $hybridauth_conf['base_url'] = OAUTH_PUBLIC; 12 if (!empty($conf['oauth_debug_file'])) 13 { 14 $hybridauth_conf['debug_mode'] = true; 15 $hybridauth_conf['debug_file'] = $conf['oauth_debug_file']; 16 } 12 17 return true; 13 18 } -
extensions/oAuth/include/providers_stats.inc.php
r20337 r20368 23 23 'label' => 'Instagram', 24 24 'provider_name' => 'Instagram', 25 'callback' => true, 26 'require_client_id' => true, 25 27 'new_app_link' => 'http://instagram.com/developer/clients/manage', 26 28 'userguide_section' => null,
Note: See TracChangeset
for help on using the changeset viewer.