thomas: server/php-kolab/Kolab_Freebusy/Freebusy Page.php,1.4,1.5

cvs at kolab.org cvs at kolab.org
Thu Feb 7 13:24:05 CET 2008


Author: thomas

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy
In directory doto:/tmp/cvs-serv21509/Freebusy

Modified Files:
	Page.php 
Log Message:
Remove support for CLI_USER and CLI_PASS variables.
They can be passed as PHP_AUTH_USER/PHP_AUTH_PW.


Index: Page.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy/Page.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Page.php	7 Feb 2008 06:07:02 -0000	1.4
+++ Page.php	7 Feb 2008 12:24:03 -0000	1.5
@@ -381,10 +381,6 @@
                 list($this->user, $this->pass) = explode(':', $a, 2);
             }
         }
-        if (empty($this->user) && isset($_ENV['CLI_USER']) && isset($_ENV['CLI_PASS'])) {
-            $this->user = $_ENV['CLI_USER'];
-            $this->pass = $_ENV['CLI_PASS'];
-        }
     }
 
     function _process() 





More information about the commits mailing list