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.5,1.31.2.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.31.2.5,1.31.2.6
Date: Sun, 09 Mar 2003 08:21:21 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        manageheader.php 
Log Message:
Added link to the user manual (as disscussed with skwashd).
Modified the check for a not-readable header.inc.php


Index: manageheader.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/manageheader.php,v
retrieving revision 1.31.2.5
retrieving revision 1.31.2.6
diff -C2 -r1.31.2.5 -r1.31.2.6
*** manageheader.php    22 Apr 2002 03:17:20 -0000      1.31.2.5
--- manageheader.php    9 Mar 2003 13:21:18 -0000       1.31.2.6
***************
*** 159,162 ****
--- 159,165 ----
                        echo '</table>';
  */
+                       echo '<p><b>Please consult the <a 
href="../doc/en_US/html/admin/" target="manual">phpGroupWare Administration 
Manual</a>.</b></p>';
+                       echo '<b>If you running this the first time, don\'t 
forget to manualy <a href="../doc/en_US/html/admin/x62.html#AEN134" 
target="manual">Setup the database</a> !!!</b>'; 
+                       
                        echo '<table border="0" width="100%" cellspacing="0" 
cellpadding="2">';
                        echo '<tr bgcolor="486591"><td align="center" 
colspan=2><font color="fefefe"> Analysis </font></td></tr><tr><td colspan=2>';
***************
*** 228,232 ****
  
                        $no_guess = false;
!                       if(file_exists('../header.inc.php') && 
is_file('../header.inc.php'))
                        {
                                echo 'Found existing configuration file. 
Loading settings from the file...<br>' . "\n";
--- 231,235 ----
  
                        $no_guess = false;
!                       if(file_exists('../header.inc.php') && 
is_file('../header.inc.php') && is_readable('../header.inc.php'))
                        {
                                echo 'Found existing configuration file. 
Loading settings from the file...<br>' . "\n";





reply via email to

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