From 42225f1e1e4cc56ccbdb95c47267ddf605dacdd0 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 29 Jun 2006 21:31:24 +0000 Subject: [PATCH] note that allowed hosts are IPs git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3389 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- cgi-bin/lc.cgi | 2 +- cgi-bin/lc.fcgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/lc.cgi b/cgi-bin/lc.cgi index 452fb300..d8bbb13c 100755 --- a/cgi-bin/lc.cgi +++ b/cgi-bin/lc.cgi @@ -26,7 +26,7 @@ import linkcheck.lc_cgi # log errors to stdout sys.stderr = sys.stdout -# access +# access: a list of IP numbers ALLOWED_HOSTS = ['127.0.0.1'] ALLOWED_SERVERS = ['127.0.0.1'] # uncomment the following lines to test your CGI values diff --git a/cgi-bin/lc.fcgi b/cgi-bin/lc.fcgi index 8ae6a65f..3728ce88 100755 --- a/cgi-bin/lc.fcgi +++ b/cgi-bin/lc.fcgi @@ -20,7 +20,7 @@ import fcgi import linkcheck import linkcheck.lc_cgi -# access +# access: a list of IP numbers ALLOWED_HOSTS = ['127.0.0.1'] ALLOWED_SERVERS = ['127.0.0.1'] # main