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.105,1.106


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

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

Modified Files:
        index.php 
Log Message:
Partial fix for BUG# 100477

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -r1.105 -r1.106
*** index.php   3 Mar 2002 21:52:52 -0000       1.105
--- index.php   10 Mar 2002 21:29:07 -0000      1.106
***************
*** 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)
        */
        $GLOBALS['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).
        */
        $GLOBALS['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]