Changeset 2095 in ExiteCMS for trunk/edit_profile.php


Ignore:
Timestamp:
12/07/08 01:22:46 (3 years ago)
Author:
WanWizard
Message:

updated the authentication system to allow new authentication methods to be 'plugged in'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/edit_profile.php

    r2087 r2095  
    3131// load the OpenID class (if cURL is present) 
    3232if (function_exists('curl_exec')) { 
    33     require_once PATH_INCLUDES."class.openid.php"; 
     33    require_once PATH_INCLUDES."authentication/class.openid.php"; 
    3434    $openid = new SimpleOpenID; 
    3535} 
Note: See TracChangeset for help on using the changeset viewer.