phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup manageheader.php,1.31.2.3,1.31.2.4


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.31.2.3,1.31.2.4
Date: Tue, 09 Apr 2002 10:15:25 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        manageheader.php 
Log Message:
Fix for GNU Bug #100607.

Index: manageheader.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/manageheader.php,v
retrieving revision 1.31.2.3
retrieving revision 1.31.2.4
diff -C2 -r1.31.2.3 -r1.31.2.4
*** manageheader.php    7 Apr 2002 19:45:56 -0000       1.31.2.3
--- manageheader.php    9 Apr 2002 14:15:23 -0000       1.31.2.4
***************
*** 31,39 ****
                if (! $GLOBALS['HTTP_POST_VARS']['setting']['config_pass'])
                {
!                       $errors .= '<br>You didn't enter a config password';
                }
                if (! 
$GLOBALS['HTTP_POST_VARS']['setting']['HEADER_ADMIN_PASSWORD'])
                {
!                       $errors .= '<br>You didn't enter a header admin 
password';
                }
  
--- 31,39 ----
                if (! $GLOBALS['HTTP_POST_VARS']['setting']['config_pass'])
                {
!                       $errors .= "<br>You didn't enter a config password";
                }
                if (! 
$GLOBALS['HTTP_POST_VARS']['setting']['HEADER_ADMIN_PASSWORD'])
                {
!                       $errors .= "<br>You didn't enter a header admin 
password";
                }
  
***************
*** 47,51 ****
  
        /* authentication phase */
!       $phpgw_info['setup']['stage']['header'] = $phpgw_setup->check_header();
  
        // added these to let the app work, need to templatize still
--- 47,51 ----
  
        /* authentication phase */
!       $phpgw_info['setup']['stage']['header'] = 
$GLOBALS['phpgw_setup']->check_header();
  
        // added these to let the app work, need to templatize still




reply via email to

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