phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/sessions class.sessions_php.php, 1.1.1.1, 1.1.1.1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api/sessions class.sessions_php.php, 1.1.1.1, 1.1.1.1.2.1
Date: Mon, 27 Oct 2003 18:54:17 +0000

Update of /cvsroot/phpgroupware/api/sessions
In directory subversions:/tmp/cvs-serv1655/api/sessions

Modified Files:
      Tag: proposal-branch
        class.sessions_php.php 
Log Message:
updated lang class to fix some odd things jengo did. Added lots of 
documentation to the code, and while doing that I did a line by line review of 
the starter.php and class.phpgw.php

Index: class.sessions_php.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/sessions/class.sessions_php.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.sessions_php.php      23 Oct 2003 07:25:03 -0000      1.1.1.1
--- class.sessions_php.php      27 Oct 2003 18:54:15 -0000      1.1.1.1.2.1
***************
*** 29,32 ****
--- 29,33 ----
                var $sid;
                var $baseurl;
+               var $basepath = '';
                var $method;
                
***************
*** 71,74 ****
--- 72,76 ----
                        {
                                $this->baseurl = 
$GLOBALS['phpgw_data']['server']['base_url'].'/index.php?sid='.$this->sid;
+                               $this->basepath = 
$GLOBALS['phpgw_data']['server']['base_url'];
                        }
                        else
***************
*** 76,79 ****
--- 78,82 ----
                                //$this->baseurl = 
$GLOBALS['HTTP_SERVER_VARS']['PHP_SELF'].'?sid='.$this->sid;
                                $this->baseurl = 'index.php?sid='.$this->sid;
+                               $this->basepath = '';
                        }
                        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]