500


Application Version: 0.7.19.1121 Beta

Internal Server Error - Gogs: Go Git Service

500


Application Version: 0.7.19.1121 Beta

pai2 - Gogs: Go Git Service

拍爱

ip_utils.py 171B

    # -*- coding: utf-8 -*- def ip_addr(request): return request.META['HTTP_X_FORWARDED_FOR'] if 'HTTP_X_FORWARDED_FOR' in request.META else request.META['REMOTE_ADDR']