[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1780] branches/1.2/pos.conf.pl



Revision: 1780
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1780&view=rev
Author:   einhverfr
Date:     2007-10-17 17:40:43 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
Undoing mistaken change to pos.conf.pl

Modified Paths:
--------------
    branches/1.2/pos.conf.pl

Modified: branches/1.2/pos.conf.pl
===================================================================
--- branches/1.2/pos.conf.pl	2007-10-18 00:38:57 UTC (rev 1779)
+++ branches/1.2/pos.conf.pl	2007-10-18 00:40:43 UTC (rev 1780)
@@ -9,11 +9,6 @@
 
 # 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 @@
 ${'LedgerSMB::Sysconfig::printer'}{'Printer'} =
 "utils/pos/directnet.pl $pos_config{rp_host} $pos_config{rp_proto} $pos_config{rp_port}";
 
-
 1;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.