Update login.php

This commit is contained in:
FusionPBX 2018-06-02 16:15:36 -06:00 committed by GitHub
parent 806e040b17
commit 4458d974d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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