From 50652463a99eac34dc89d85569d6d0d3e74e8316 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 17 Mar 2007 00:06:37 +0000 Subject: Moving from HTTP_USER_AGENT to GATEWAY_INTRFACE where appropriate git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@920 4979c152-3d1c-0410-bac9-87ea11338e46 --- net-setup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-setup.pl') diff --git a/net-setup.pl b/net-setup.pl index 4b70aec0..594847e8 100755 --- a/net-setup.pl +++ b/net-setup.pl @@ -33,10 +33,10 @@ if (!$@){ $| = 1; -#not sure how safe this is. If the browser sends a blank HTTP_USER_AGENT +#not sure how safe this is. If the browser sends a blank GATEWAY_INTERFACE #will this script destroy part of the install? #This script should probably be made inaccessible via HTTP until this feature is working -if (($ENV{HTTP_USER_AGENT})||($ENV{HTTP_HOST})) { +if (($ENV{GATEWAY_INTERFACE})||($ENV{HTTP_HOST})) { print "Content-type: text/html\n\nThis does not work yet! use $0 from the command line"; exit; } -- cgit v1.2.3