mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11620] Added validate_session to provider.
PHPBB3-11620
This commit is contained in:
parent
5cdcb689df
commit
a1168972ff
1 changed files with 7 additions and 0 deletions
|
@ -12,12 +12,19 @@
|
|||
* sessions.
|
||||
*/
|
||||
class phpbb_provider {
|
||||
|
||||
function autologin()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
function kill()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
function validate_session($data)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue