From 8d3be1f3524f67c0b9b1c886a739d772f63aada1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 8 Dec 2015 16:31:53 +0100 Subject: [PATCH] ykval-config.php: Use *ksm* instead of *kms* Avoid confusion and use the correct spelling for the three letter acronym KSM (Key Storage Module). --- ykval-config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ykval-config.php b/ykval-config.php index b977761..cb390eb 100644 --- a/ykval-config.php +++ b/ykval-config.php @@ -117,16 +117,16 @@ $baseParams['__YKVAL_KSM_CURL_OPTS__'] = array( function otp2ksmurls ($otp, $client) { //if ($client == 42) { - // return array("https://another-ykkms.example.com/wsapi/decrypt?otp=$otp"); + // return array("https://another-ykksm.example.com/wsapi/decrypt?otp=$otp"); //} //if (preg_match("/^dteffujehknh/", $otp)) { - // return array("https://different-ykkms.example.com/wsapi/decrypt?otp=$otp"); + // return array("https://different-ykksm.example.com/wsapi/decrypt?otp=$otp"); //} return array( - // "https://ykkms1.example.com/wsapi/decrypt?otp=$otp", - // "https://ykkms2.example.com/wsapi/decrypt?otp=$otp", + // "https://ykksm1.example.com/wsapi/decrypt?otp=$otp", + // "https://ykksm2.example.com/wsapi/decrypt?otp=$otp", "http://127.0.0.1:80/wsapi/decrypt?otp=$otp", "http://127.0.0.1:8002/wsapi/decrypt?otp=$otp", );