From 5d9abb1e11262b5ef7c6f4695590ce5bdb257b85 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Dec 2012 19:20:12 +0400 Subject: add plugin storage table to schema; add ability to clear plugin data --- include/functions.php | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index b382b4069..89e767e2c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@ authenticate($login, $password); - - if ($user_id) { - $_SESSION["auth_module"] = $module; - break; - } - - } else { - print T_sprintf("Fatal: authentication module %s not found.", $module); - die; - } - } */ global $pluginhost; foreach ($pluginhost->get_hooks($pluginhost::HOOK_AUTH_USER) as $plugin) { -- cgit v1.2.3