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.44,1.45


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup manageheader.php,1.44,1.45
Date: Sun, 09 Mar 2003 09:28:29 -0500

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

Modified Files:
        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.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** manageheader.php    5 Mar 2003 14:21:49 -0000       1.44
--- manageheader.php    9 Mar 2003 14:28:26 -0000       1.45
***************
*** 181,184 ****
--- 181,188 ----
  
                        $detected  = $GLOBALS['phpgw_info']['setup']['PageMSG'];
+ 
+                       $detected .= '<p><b>Please consult the <a 
href="../doc/en_US/html/admin/" target="manual">phpGroupWare Administration 
Manual</a>.</b></p>';
+                       $detected .= '<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>'; 
+ 
                        $detected .= '<table border="0" width="100%" 
cellspacing="0" cellpadding="2">';
                        $detected .= '<tr bgcolor="486591"><td align="center" 
colspan="2"><font color="fefefe">' . lang('Analysis') . 
'</font></td></tr><tr><td colspan="2">';
***************
*** 265,269 ****
  
                        $no_guess = False;
!                       if(file_exists('../header.inc.php') && 
is_file('../header.inc.php'))
                        {
                                $detected .= lang('Found existing configuration 
file. Loading settings from the file...') . '<br>' . "\n";
--- 269,273 ----
  
                        $no_guess = False;
!                       if(file_exists('../header.inc.php') && 
is_file('../header.inc.php') && is_readable('../header.inc.php'))
                        {
                                $detected .= lang('Found existing configuration 
file. Loading settings from the file...') . '<br>' . "\n";





reply via email to

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