From 2e41f214c7055128094b5c023f1f3c430597aaa3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 22 Sep 2014 16:10:40 +0200 Subject: [PATCH] Use sp-mkws for SP authentication and access. --- examples/htdocs/dict.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/htdocs/dict.html b/examples/htdocs/dict.html index 9aac803..a8edd79 100644 --- a/examples/htdocs/dict.html +++ b/examples/htdocs/dict.html @@ -6,7 +6,7 @@ var mkws_config = { //responsive_design_width: 990 //perpage_default: 10, - service_proxy_auth: "//mkws.indexdata.com/service-proxy/?command=auth&action=login&username=dic&password=dic" + service_proxy_auth: "//sp-mkws.indexdata.com/service-proxy/?command=auth&action=login&username=dic&password=dic" }; -- 1.7.10.4