diff --git a/setup/manageheader.php b/setup/manageheader.php index caf59fb8bc..0798532834 100644 --- a/setup/manageheader.php +++ b/setup/manageheader.php @@ -180,6 +180,10 @@ $GLOBALS['phpgw_setup']->html->show_header($GLOBALS['phpgw_info']['setup']['HeaderFormMSG'], False, 'header'); $detected = $GLOBALS['phpgw_info']['setup']['PageMSG']; + + $detected .= '
Please consult the phpGroupWare Administration Manual.
'; + $detected .= 'If you running this the first time, don\'t forget to manualy Setup the database !!!'; + $detected .= '' . lang('Analysis') . ' | |
';
@@ -264,7 +268,7 @@
*/
$no_guess = False;
- if(file_exists('../header.inc.php') && is_file('../header.inc.php'))
+ 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...') . ' ' . "\n"; $GLOBALS['phpgw_info']['flags']['noapi'] = True; |