comparison src/plugins/plugin_misc_ip.py @ 1954:a74047906dfd

plugin misc ip: changed URL of GET_IP_PAGE for the new one on salut-a-toi.org
author Goffi <goffi@goffi.org>
date Tue, 26 Apr 2016 19:59:28 +0200
parents f6d560cabeee
children 1d3f73e065e1
comparison
equal deleted inserted replaced
1953:f6d560cabeee 1954:a74047906dfd
51 "handler": "yes", 51 "handler": "yes",
52 "description": _("""This plugin help to discover our external IP address.""") 52 "description": _("""This plugin help to discover our external IP address.""")
53 } 53 }
54 54
55 # TODO: GET_IP_PAGE should be configurable in sat.conf 55 # TODO: GET_IP_PAGE should be configurable in sat.conf
56 GET_IP_PAGE = "http://www.goffi.org/sat_tools/get_ip.php" # This page must only return external IP of the requester 56 GET_IP_PAGE = "http://salut-a-toi.org/whereami/" # This page must only return external IP of the requester
57 GET_IP_LABEL = D_(u"Allow external get IP") 57 GET_IP_LABEL = D_(u"Allow external get IP")
58 GET_IP_CATEGORY = "General" 58 GET_IP_CATEGORY = "General"
59 GET_IP_NAME = "allow_get_ip" 59 GET_IP_NAME = "allow_get_ip"
60 GET_IP_CONFIRM_TITLE = D_(u"Confirm external site request") 60 GET_IP_CONFIRM_TITLE = D_(u"Confirm external site request")
61 GET_IP_CONFIRM = D_(u"""To facilitate data transfer, we need to contact a website. 61 GET_IP_CONFIRM = D_(u"""To facilitate data transfer, we need to contact a website.