From 4458d974d7c4d1a348290ef4adb8e85a1af45b04 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 2 Jun 2018 16:15:36 -0600 Subject: [PATCH] Update login.php --- resources/login.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/login.php b/resources/login.php index 6e784e3ea6..8a963e19a7 100644 --- a/resources/login.php +++ b/resources/login.php @@ -29,7 +29,6 @@ $text = $language->get(null,'core/user_settings'); //get the http values and set as variables - if (isset($_GET["path"])) { $path = check_str($_GET["path"]); } else { $path = null; } if (isset($_GET["msg"])) { $msg = check_str($_GET["msg"]); } else { $msg = null; } //set variable if not set