Ignore:
Timestamp:
Jul 6, 2013, 4:32:05 PM (11 years ago)
Author:
mistic100
Message:

add Steam provider (OpenID based)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/main.inc.php

    r21303 r23808  
    108108    if ( empty($hybridauth_conf) and strpos(@$_GET['page'],'plugin-'.OAUTH_ID)===false )
    109109    {
    110       array_push($page['warnings'], l10n('OAuth: You need to configure the credentials'));
     110      array_push($page['warnings'], '<a href="'.OAUTH_ADMIN.'">'.l10n('OAuth: You need to configure the credentials').'</a>');
    111111    }
    112112    if (!function_exists('curl_init'))
Note: See TracChangeset for help on using the changeset viewer.