mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use empty function for the request username and key
This commit is contained in:
@@ -40,7 +40,7 @@ class plugin_database {
|
||||
}
|
||||
|
||||
//show the authentication code view
|
||||
if ($_REQUEST["username"] == '' && $_REQUEST["key"] == '') {
|
||||
if (empty($_REQUEST["username"]) && empty($_REQUEST["key"])) {
|
||||
|
||||
//login logo source
|
||||
if (isset($_SESSION['theme']['logo_login']['text']) && $_SESSION['theme']['logo_login']['text'] != '') {
|
||||
|
||||
Reference in New Issue
Block a user