changeset 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 ee73f20f6cf5
files src/plugins/plugin_misc_ip.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_misc_ip.py	Tue Apr 26 19:04:59 2016 +0200
+++ b/src/plugins/plugin_misc_ip.py	Tue Apr 26 19:59:28 2016 +0200
@@ -53,7 +53,7 @@
 }
 
 # TODO: GET_IP_PAGE should be configurable in sat.conf
-GET_IP_PAGE = "http://www.goffi.org/sat_tools/get_ip.php" # This page must only return external IP of the requester
+GET_IP_PAGE = "http://salut-a-toi.org/whereami/" # This page must only return external IP of the requester
 GET_IP_LABEL = D_(u"Allow external get IP")
 GET_IP_CATEGORY = "General"
 GET_IP_NAME = "allow_get_ip"