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.4,1.31.2.5


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.31.2.4,1.31.2.5
Date: Sun, 21 Apr 2002 23:17:23 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        manageheader.php 
Log Message:
Trying to make it more html 4.01 compliant.

Index: manageheader.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/manageheader.php,v
retrieving revision 1.31.2.4
retrieving revision 1.31.2.5
diff -C2 -r1.31.2.4 -r1.31.2.5
*** manageheader.php    9 Apr 2002 14:15:23 -0000       1.31.2.4
--- manageheader.php    22 Apr 2002 03:17:20 -0000      1.31.2.5
***************
*** 412,431 ****
                if(is_writeable ('../header.inc.php')|| (!file_exists 
('../header.inc.php') && is_writeable ('../')))
                {
!                       echo '<input type=submit name="action" value="write 
config">';
!                       echo ' or <input type=submit name="action" 
value="download"> or <input type=submit name="action" value="view"> the 
file.</form>';
                }
                else
                {
                        echo 'Cannot create the header.inc.php due to file 
permission restrictions.<br> Instead you can ';
!                       echo '<input type=submit name="action" 
value="download">or <input type=submit name="action" value="view"> the 
file.</form>';
                }
!               echo '<form action="index.php" method=post>';
                echo '<br> After retrieving the file put it into place as the 
header.inc.php, then click continue.<br>';
!               echo '<input type=hidden name="FormLogout" value="header">';
!               //echo '<input type=hidden name="FormLogout" value="config">';
!               //echo '<input type=hidden name="ConfigLogin" value="Login">';
!               //echo '<input type=hidden name="FormPW" 
value="'.$phpgw_domain[$phpgw_info["server"]["default_domain"]]["config_passwd"].'">';
!               //echo '<input type=hidden name="FormDomain" 
value="'.$phpgw_info["server"]["default_domain"].'">';
!               echo '<input type=submit name="junk" value="continue">';
                echo '</form>';
                echo '</body>';
--- 412,431 ----
                if(is_writeable ('../header.inc.php')|| (!file_exists 
('../header.inc.php') && is_writeable ('../')))
                {
!                       echo '<input type="submit" name="action" value="write 
config">';
!                       echo ' or <input type="submit" name="action" 
value="download"> or <input type="submit" name="action" value="view"> the 
file.</form>';
                }
                else
                {
                        echo 'Cannot create the header.inc.php due to file 
permission restrictions.<br> Instead you can ';
!                       echo '<input type="submit" name="action" 
value="download">or <input type="submit" name="action" value="view"> the 
file.</form>';
                }
!               echo '<form action="index.php" method="post">';
                echo '<br> After retrieving the file put it into place as the 
header.inc.php, then click continue.<br>';
!               echo '<input type="hidden" name="FormLogout" value="header">';
!               //echo '<input type="hidden" name="FormLogout" value="config">';
!               //echo '<input type="hidden" name="ConfigLogin" value="Login">';
!               //echo '<input type="hidden" name="FormPW" 
value="'.$GLOBALS['phpgw_domain'][$phpgw_info['server']['default_domain']]['config_passwd'].'">';
!               //echo '<input type="hidden" name="FormDomain" 
value="'.$GLOBALS['phpgw_info']['server']['default_domain'].'">';
!               echo '<input type="submit" name="junk" value="continue">';
                echo '</form>';
                echo '</body>';




reply via email to

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