http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6134
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Magnus Enger <[email protected]> 2011-04-12 11:30:32 UTC --- As far as I can see this syspref is written as ILS-DI:AuthorizedIPs in all of these places: * installer/data/mysql/en/mandatory/sysprefs.sql * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref * opac/ilsdi.pl (line 155: my @AuthorizedIPs = split(/,/, C4::Context->preference('ILS-DI:AuthorizedIPs'));) In fact, the only place I can find it referred to as ILS-DI:Authorized_IPs is in the manual: http://koha-community.org/documentation/3-4-manual-en/?ch=c18#webserviceprefs So perhaps it's easier to just change the manual? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
