Skip to content
Snippets Groups Projects
Commit d2f423c7 authored by Valentin Pocotilenco's avatar Valentin Pocotilenco
Browse files

minor bugfix

parent 4b05bee8
No related branches found
No related tags found
1 merge request!1Feature request2
......@@ -15,7 +15,7 @@ $data['firstDate'] = $firstDate;
$data['lastDate'] = $lastDate;
$data['idp'] = htmlspecialchars($_GET["idp"]);
$data['reg_auth'] = htmlspecialchars($_GET["reg_auth"]);
$data['date'] = (htmlspecialchars($_GET["date"]) ? htmlspecialchars($_GET["date"] : $lastDate);
$data['date'] = (htmlspecialchars($_GET["date"]) ? htmlspecialchars($_GET["date"]) : $lastDate);
$data['status'] = htmlspecialchars($_GET["status"]);
$data['check_result'] = htmlspecialchars($_GET["check_result"]);
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment