phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware index.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgroupware index.php
Date: Mon, 19 Jun 2006 15:31:39 +0000

CVSROOT:        /sources/phpgroupware
Module name:    phpgroupware
Changes by:     Sigurd Nes <sigurdne>   06/06/19 15:31:39

Modified files:
        .              : index.php 

Log message:
        This is taken care of by session->verify() in functions.inc.php

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/index.php?cvsroot=phpgroupware&r1=1.123&r2=1.124

Patches:
Index: index.php
===================================================================
RCS file: /sources/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -b -r1.123 -r1.124
--- index.php   19 Feb 2006 11:49:45 -0000      1.123
+++ index.php   19 Jun 2006 15:31:39 -0000      1.124
@@ -6,7 +6,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgroupware
-       * @version $Id: index.php,v 1.123 2006/02/19 11:49:45 skwashd Exp $
+       * @version $Id: index.php,v 1.124 2006/06/19 15:31:39 sigurdne Exp $
        */
 
        $phpgw_info = array();
@@ -20,11 +20,6 @@
        * @global string $GLOBALS['sessionid']
        */
        $GLOBALS['sessionid'] = isset($_GET['sessionid']) ? $_GET['sessionid'] 
: $_COOKIE['sessionid'];
-       if (! $GLOBALS['sessionid'])
-       {
-               Header('Location: login.php');
-               exit;
-       }
 
        // This is the preliminary menuaction driver for the new multi-layered 
design
        if (@isset($_GET['menuaction']))




reply via email to

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