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

(-)a/Koha/Middleware/RealIP.pm (-1 / +1 lines)
Lines 90-95 sub get_real_ip { Link Here
90
        $real_ip = $addr, last unless $has_matched;
90
        $real_ip = $addr, last unless $has_matched;
91
    }
91
    }
92
92
93
    warn "REAL IP: $real_ip";
93
    return $real_ip;
94
    return $real_ip;
94
}
95
}
95
96
96
- 

Return to bug 23068