Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/ServersController.php')
-rw-r--r--src/controllers/ServersController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/controllers/ServersController.php b/src/controllers/ServersController.php
index f5141556..f8eaf69d 100644
--- a/src/controllers/ServersController.php
+++ b/src/controllers/ServersController.php
@@ -190,10 +190,6 @@ class ServersController extends BaseController
public function doLogout()
{
- $plugin_manager = $this->plugin_manager;
-
- $plugin_manager->doHook('logout', $_REQUEST['logoutServer']);
-
$server_info = $this->misc->getServerInfo($_REQUEST['logoutServer']);
$this->misc->setServerInfo(null, null, $_REQUEST['logoutServer']);