thomas: server/php-kolab/Kolab_Filter/Filter Content.php,1.2,1.3

cvs at kolab.org cvs at kolab.org
Thu Nov 29 16:00:18 CET 2007


Author: thomas

Update of /kolabrepository/server/php-kolab/Kolab_Filter/Filter
In directory doto:/tmp/cvs-serv22002/Filter

Modified Files:
	Content.php 
Log Message:
* Filter/Content.php: Default for $local_addr is 127.0.0.1 instead of
localhost since IPs are compared.


Index: Content.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Filter/Content.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Content.php	28 Nov 2007 06:06:12 -0000	1.2
+++ Content.php	29 Nov 2007 15:00:16 -0000	1.3
@@ -417,7 +417,7 @@
     if (!empty($conf['filter']['local_addr'])) {
         $local_addr = $conf['filter']['local_addr'];
     } else {
-        $local_addr = 'localhost';
+        $local_addr = '127.0.0.1';
     }
 
     if (!empty($conf['filter']['verify_subdomains'])) {
@@ -528,4 +528,4 @@
 }
 
 
-?>
\ No newline at end of file
+?>





More information about the commits mailing list