Convenient debug info for testing

This commit is contained in:
FusionPBX 2023-05-11 19:55:37 -06:00 committed by GitHub
parent ad06162b29
commit 40d9121c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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."<br />\n";
//echo "domain_name: ".$this->domain_name."<br />\n";
//echo "username: ".$this->username."<br />\n";
//set the default status
$user_authorized = false;