[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.2.2.7,1
From: |
Mark A Peters <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.2.2.7,1.2.2.8 class.sessions_php4.inc.php,1.6.2.6,1.6.2.7 |
Date: |
Wed, 25 Sep 2002 23:08:15 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv28787
Modified Files:
Tag: Version-0_9_14-branch
class.sessions_db.inc.php class.sessions_php4.inc.php
Log Message:
Last fix for the domain cookie.
Index: class.sessions_db.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_db.inc.php,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -C2 -r1.2.2.7 -r1.2.2.8
*** class.sessions_db.inc.php 15 Sep 2002 23:42:49 -0000 1.2.2.7
--- class.sessions_db.inc.php 26 Sep 2002 03:08:13 -0000 1.2.2.8
***************
*** 1,1025 ****
! <?php
! /**************************************************************************\
! * phpGroupWare API - Session management *
! * This file written by Dan Kuykendall <address@hidden> *
! * and Joseph Engo <address@hidden> *
! * Copyright (C) 2000, 2001 Dan Kuykendall *
! * -------------------------------------------------------------------------*
! * This library is part of the phpGroupWare API *
! * http://www.phpgroupware.org/api
*
! * ------------------------------------------------------------------------ *
[...2032 lines suppressed...]
! {
! $app =
$GLOBALS['phpgw_info']['flags']['currentapp'];
! if ($slash_check == '/')
! {
! $url =
$GLOBALS['phpgw_info']['server']['webserver_url'] . $url;
! }
! elseif ($app == 'home' || $app == 'logout' ||
$app == 'login')
! {
! $url =
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$url;
! }
! else
! {
! $url =
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$app.'/'.$url;
! }
! } */
! //echo "$url\n";
! return $url;
! }
! }
! ?>
Index: class.sessions_php4.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php,v
retrieving revision 1.6.2.6
retrieving revision 1.6.2.7
diff -C2 -r1.6.2.6 -r1.6.2.7
*** class.sessions_php4.inc.php 15 Sep 2002 22:14:35 -0000 1.6.2.6
--- class.sessions_php4.inc.php 26 Sep 2002 03:08:13 -0000 1.6.2.7
***************
*** 1,988 ****
! <?php
! /**************************************************************************\
! * phpGroupWare API - Session management *
! * This file written by Dan Kuykendall <address@hidden> *
! * and Joseph Engo <address@hidden> *
! * Copyright (C) 2000, 2001 Dan Kuykendall *
! * -------------------------------------------------------------------------*
! * This library is part of the phpGroupWare API *
! * http://www.phpgroupware.org/api
*
! * ------------------------------------------------------------------------ *
[...1958 lines suppressed...]
! if (substr($url ,0,$webserver_url_count) !=
$GLOBALS['phpgw_info']['server']['webserver_url'])
! {
! $app =
$GLOBALS['phpgw_info']['flags']['currentapp'];
! if ($slash_check == '/')
! {
! $url =
$GLOBALS['phpgw_info']['server']['webserver_url'] . $url;
! }
! elseif ($app == 'home' || $app == 'logout' ||
$app == 'login')
! {
! $url =
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$url;
! }
! else
! {
! $url =
$GLOBALS['phpgw_info']['server']['webserver_url'].'/'.$app.'/'.$url;
! }
! } */
! //echo "$url\n";
! return $url;
! }
! }
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.2.2.7,1.2.2.8 class.sessions_php4.inc.php,1.6.2.6,1.6.2.7,
Mark A Peters <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.13,1.14 class.sessions_php4.inc.php,1.16,1.17
- Next by Date:
[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.26,1.27
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.sessions_db.inc.php,1.13,1.14 class.sessions_php4.inc.php,1.16,1.17
- Next by thread:
[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.26,1.27
- Index(es):