added a first version of a pre-installation check:

- php.ini values
- php extensions
- filesystem permissions
This commit is contained in:
Ralf Becker 2003-10-13 16:51:29 +00:00
parent f4a8123654
commit 3f0246fe36

View File

@ -315,7 +315,7 @@ if ($run_by_webserver)
}
else
{
echo lang('Checking the eGroupWare Installation')."\n\n";
echo "Checking the eGroupWare Installation\n\n";
}
$Ok = True;