diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-18 00:40:43 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-18 00:40:43 +0000 |
commit | d690599facd60903dbac6def6b2fe8930f9df932 (patch) | |
tree | f3ab58c04abedb8141a1293e2ed4c85acb7cee74 | |
parent | 9d7d99054d518b37ff727920bfcd2087e6b62a69 (diff) |
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
-rw-r--r-- | pos.conf.pl | 6 |
1 files changed, 0 insertions, 6 deletions
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; |