summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-09-06 10:02:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-09-06 10:02:04 -0400
commit1ecd51a80c5ba9f1c9ca3e09a5c2f5401469d9f3 (patch)
tree34c06de2ee0126a4c80c58586283faab15a86726
parent7b0f40ee03e573f4a477d252ffd7580944f0ad72 (diff)
downloadgpsd-1ecd51a80c5ba9f1c9ca3e09a5c2f5401469d9f3.tar.gz
Python CGI is ready for production.
-rw-r--r--www/gps_report.cgi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gps_report.cgi.in b/www/gps_report.cgi.in
index 3c44c691..9ee56cd6 100644
--- a/www/gps_report.cgi.in
+++ b/www/gps_report.cgi.in
@@ -20,7 +20,7 @@ import cgitb; cgitb.enable() # for troubleshooting
# All information on the project siting, mailing
# lists, and originating host lives here.
website = '@WEBSITE@'
-to_address = "esr@thyrsus.com" #'@DEVMAIL@'
+to_address = '@DEVMAIL@'
servaddr = '@FORMSERVER@'
# Get form value, send mail on submission