summaryrefslogtreecommitdiffstats
path: root/prometheus
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2021-01-16 13:16:10 +0000
committerfishsoupisgood <github@madingley.org>2021-01-16 13:16:10 +0000
commit3ba2768aeae5d3b953adb7bb723540fa9c7ee370 (patch)
tree63548d243a346df5574d7c6fd06cc89d53425627 /prometheus
parent7c6887eaaf812b63bab6c5e134f80a2ef36aeb31 (diff)
downloadheating-3ba2768aeae5d3b953adb7bb723540fa9c7ee370.tar.gz
heating-3ba2768aeae5d3b953adb7bb723540fa9c7ee370.tar.bz2
heating-3ba2768aeae5d3b953adb7bb723540fa9c7ee370.zip
minor cgi fixes
Diffstat (limited to 'prometheus')
-rwxr-xr-xprometheus/home/httpd/html/weatherstation/updateweatherstation.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl b/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
index 87b8893..c0e9246 100755
--- a/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
+++ b/prometheus/home/httpd/html/weatherstation/updateweatherstation.pl
@@ -79,5 +79,5 @@ $sock->print( "GET /weatherstation/updateweatherstation.php?"
. $ENV{'QUERY_STRING'}
. " HTTP/1.0\r\n" );
$sock->print("\r\n");
-$sock->shutdown( $socket, 1 );
+$sock->shutdown( 1 );