phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware login.php,1.76.2.1,1.76.2.2


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware login.php,1.76.2.1,1.76.2.2
Date: Wed, 06 Feb 2002 17:28:42 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        login.php 
Log Message:
fixed for new installs so that it will forward to setup

Index: login.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/login.php,v
retrieving revision 1.76.2.1
retrieving revision 1.76.2.2
diff -C2 -r1.76.2.1 -r1.76.2.2
*** login.php   19 Jan 2002 21:31:50 -0000      1.76.2.1
--- login.php   6 Feb 2002 22:28:40 -0000       1.76.2.2
***************
*** 21,25 ****
                'noheader'               => True
        );
!       include('./header.inc.php');
  
        $GLOBALS['phpgw_info']['server']['template_dir'] = PHPGW_SERVER_ROOT . 
'/phpgwapi/templates/' . $GLOBALS['phpgw_info']['login_template_set'];
--- 21,33 ----
                'noheader'               => True
        );
!       if(file_exists('./header.inc.php'))
!       {
!               include('./header.inc.php');
!       }
!       else
!       {
!               Header('Location: setup/index.php');
!               exit;
!       }
  
        $GLOBALS['phpgw_info']['server']['template_dir'] = PHPGW_SERVER_ROOT . 
'/phpgwapi/templates/' . $GLOBALS['phpgw_info']['login_template_set'];




reply via email to

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