https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776
--- Comment #43 from Marcel de Rooy <[email protected]> --- Created attachment 80002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80002&action=edit Bug 17776: (QA follow-up) Consistent regex for Plack detection Synchronizing: C4/Auth_with_shibboleth.pm: if ( any { /(^psgi|^plack)/i } keys %ENV ) { Koha/AuthUtils.pm: if ( ( any { /(^psgi\.|^plack\.)/i } keys %ENV ) && $ENV{SCRIPT_NAME} =~ m,^/(intranet|opac)(.*), ) { about.pl:if ( any { /(^psgi\.|^plack\.)/i } keys %ENV ) { Actually we should move it to a subroutine. New report please. Signed-off-by: Marcel de Rooy <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
