Update server.php

This commit is contained in:
jakani24
2024-04-04 20:53:43 +02:00
parent 06fe20a789
commit 6916191c34

View File

@@ -54,7 +54,7 @@ try {
throw new Exception('invalid relying party ID'); throw new Exception('invalid relying party ID');
} }
} }
$rpId=$_SERVER['SERVER_NAME'];
// types selected on front end // types selected on front end
//$typeUsb = !!filter_input(INPUT_GET, 'type_usb'); //$typeUsb = !!filter_input(INPUT_GET, 'type_usb');
//$typeNfc = !!filter_input(INPUT_GET, 'type_nfc'); //$typeNfc = !!filter_input(INPUT_GET, 'type_nfc');