Hello,
Im using Butterfly for RevCMS, no i have to update the SSO for Revcms, this is the code:
How can i make this to work with butterfly?Code:case "client": $users->createSSO($_SESSION['user']['id']); $users->updateUser($_SESSION['user']['id'], 'ip_last', $_SERVER['REMOTE_ADDR']); $template->setParams('sso', $users->getInfo($_SESSION['user']['id'], 'auth_ticket')); break;


Reply With Quote

