phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup index.php,1.98.2.2,1.98.2.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.98.2.2,1.98.2.3
Date: Sun, 10 Mar 2002 16:29:52 -0500

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv15513

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Partial fix for BUG# 100477

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.98.2.2
retrieving revision 1.98.2.3
diff -C2 -r1.98.2.2 -r1.98.2.3
*** index.php   19 Jan 2002 21:28:22 -0000      1.98.2.2
--- index.php   10 Mar 2002 21:29:50 -0000      1.98.2.3
***************
*** 13,19 ****
  
        /*
!        Idea:  This is so I don't forget.  When they are preforming a new 
install, after config,
         forward them right to index.php.  Create a session for them and have a 
nice little intro
!        page explaining what to do from there (ie, create there own account)
        */
        $DEBUG = False;
--- 13,19 ----
  
        /*
!        Idea:  This is so I don't forget.  When they are performing a new 
install, after config,
         forward them right to index.php.  Create a session for them and have a 
nice little intro
!        page explaining what to do from there (e.g., create their own account).
        */
        $DEBUG = False;
***************
*** 21,28 ****
        $GLOBALS['phpgw_info'] = array();
        $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader' => True,
!               'nonavbar' => True,
                'currentapp' => 'home',
!               'noapi' => True
        );
        include('./inc/functions.inc.php');
--- 21,29 ----
        $GLOBALS['phpgw_info'] = array();
        $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader'   => True,
!               'nonavbar'   => True,
                'currentapp' => 'home',
!               'noapi'      => True,
!               'nocachecontrol' => True
        );
        include('./inc/functions.inc.php');




reply via email to

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