From 5886d42be81c123facdb98e56c3069f06f12d1c8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 18 Jun 2025 17:29:20 +0000 Subject: [PATCH] Bug 40166: Fix typo for all ips in ILSDIAuthorizedIPs Signed-off-by: David Cook --- .../prog/en/modules/admin/preferences/web_services.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref index d7d5190e26..a1900bc746 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref @@ -108,7 +108,7 @@ Web services: - Allow only IP addresses - pref: ILS-DI:AuthorizedIPs class: Text - - to use the ILS-DI services (when enabled). Separate the IP addresses with commas and without spaces. Enter '0:0:0:0/0' or '::/0' to allow any IP. + - to use the ILS-DI services (when enabled). Separate the IP addresses with commas and without spaces. Enter '0.0.0.0/0' or '::/0' to allow any IP. Mana KB: - - pref: Mana -- 2.39.5