mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-08 03:54:20 +01:00
Cosmetic changes.
This commit is contained in:
parent
f9fd53046a
commit
1dab5c64aa
@ -1,4 +1,4 @@
|
||||
<?php # -*- php -*-
|
||||
<?php
|
||||
|
||||
# Copyright (c) 2009-2013 Yubico AB
|
||||
# All rights reserved.
|
||||
@ -99,7 +99,8 @@ $baseParams['__YKVAL_KSM_CURL_OPTS__'] = array(
|
||||
|
||||
// Returns an array of YK-KSM URLs for decrypting $otp for $client.
|
||||
// The URLs must be fully qualified, i.e., containing the OTP itself.
|
||||
function otp2ksmurls ($otp, $client) {
|
||||
function otp2ksmurls ($otp, $client)
|
||||
{
|
||||
//if ($client == 42) {
|
||||
// return array("https://another-ykkms.example.com/wsapi/decrypt?otp=$otp");
|
||||
//}
|
||||
|
Loading…
x
Reference in New Issue
Block a user