From d690599facd60903dbac6def6b2fe8930f9df932 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 18 Oct 2007 00:40:43 +0000 Subject: Undoing mistaken change to pos.conf.pl git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1780 4979c152-3d1c-0410-bac9-87ea11338e46 --- pos.conf.pl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pos.conf.pl') diff --git a/pos.conf.pl b/pos.conf.pl index f678910e..63fb68ad 100644 --- a/pos.conf.pl +++ b/pos.conf.pl @@ -9,11 +9,6 @@ use LedgerSMB::Sysconfig; # Begin Editing Here -if ($ENV{'REMOTE_ADDR'} =~ /^(127\.0\.0\.1|10\.0\.0\.8)$/){ -$ENV{'REMOTE_ADDR'} = '10.0.0.15'; -} - - $pos_config{'rem_host'} = $ENV{'REMOTE_ADDR'}; $pos_config{'pd_host'} = $pos_config{'rem_host'}; @@ -105,5 +100,4 @@ $form->{pos_sources} = \%pos_sources; ${'LedgerSMB::Sysconfig::printer'}{'Printer'} = "utils/pos/directnet.pl $pos_config{rp_host} $pos_config{rp_proto} $pos_config{rp_port}"; - 1; -- cgit v1.2.3