From 40d9121c8f53b1562086ff62eda1cc7cfd8c06a1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 11 May 2023 19:55:37 -0600 Subject: [PATCH] Convenient debug info for testing --- core/authentication/resources/classes/plugins/database.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/authentication/resources/classes/plugins/database.php b/core/authentication/resources/classes/plugins/database.php index 2e4b55fd3a..9781723d59 100644 --- a/core/authentication/resources/classes/plugins/database.php +++ b/core/authentication/resources/classes/plugins/database.php @@ -144,6 +144,11 @@ class plugin_database { $this->domain_name = $_SESSION['domain_name']; $this->username = $_SESSION['username']; + //debug information + //echo "domain_uuid: ".$this->domain_uuid."
\n"; + //echo "domain_name: ".$this->domain_name."
\n"; + //echo "username: ".$this->username."
\n"; + //set the default status $user_authorized = false;