我可以使用我的网站和phpBB3的集成登录系统登录.我无能为力
注销...我试过破坏会话,或使用 - > logout();
我登录为:
$phpBBusername = $_SESSION['username'];
$phpBBpassword = $_SESSION['pswd'];
$result = $auth->login($phpBBusername, $phpBBpassword);
Run Code Online (Sandbox Code Playgroud)