View | Details | Raw Unified | Return to bug 36378
Collapse All | Expand All

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 1212-1217 sub checkauth { Link Here
1212
                        # we have to check they are coming from the right ip range
1212
                        # we have to check they are coming from the right ip range
1213
                        my $domain = $branches->{$branchcode}->{'branchip'};
1213
                        my $domain = $branches->{$branchcode}->{'branchip'};
1214
                        $domain =~ s|\.\*||g;
1214
                        $domain =~ s|\.\*||g;
1215
                        $domain =~ s/\s+//g;
1215
                        if ( $ip !~ /^$domain/ ) {
1216
                        if ( $ip !~ /^$domain/ ) {
1216
                            $cookie = $cookie_mgr->replace_in_list( $cookie, $query->cookie(
1217
                            $cookie = $cookie_mgr->replace_in_list( $cookie, $query->cookie(
1217
                                -name     => 'CGISESSID',
1218
                                -name     => 'CGISESSID',
1218
- 

Return to bug 36378