aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/provider_db.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/auth/provider_db.php')
-rw-r--r--phpBB/includes/auth/provider_db.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/includes/auth/provider_db.php b/phpBB/includes/auth/provider_db.php
index df935fcd73..e24e701911 100644
--- a/phpBB/includes/auth/provider_db.php
+++ b/phpBB/includes/auth/provider_db.php
@@ -302,4 +302,14 @@ class phpbb_auth_provider_db implements phpbb_auth_provider_interface
{
return;
}
+
+ public function logout($data, $new_session)
+ {
+ return;
+ }
+
+ public function validate_session($user)
+ {
+ return;
+ }
}