1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-08 03:54:20 +01:00

Removed php closing tag.

- Considered a best practice,
	avoids the possibility of introducing whitespace after the closing tag.
This commit is contained in:
Jean Paul Galea 2015-04-13 16:08:52 +02:00
parent 90b876a405
commit ed3211cb9d

View File

@ -97,5 +97,3 @@ function otp2ksmurls ($otp, $client) {
"http://127.0.0.1/wsapi/decrypt?otp=$otp"
);
}
?>