Fix: Remove phpinfo

This commit is contained in:
Laurent Destailleur 2010-07-28 21:58:18 +00:00
parent 3a5b6a744a
commit 4d7d8b962d

View File

@ -1889,7 +1889,7 @@ function dol_print_error($db='',$error='')
if (function_exists("phpversion"))
{
$out.="<b>".$langs->trans("PHP").":</b> ".phpversion()."<br>\n";
phpinfo(); // This is to show location of php.ini file
//phpinfo(); // This is to show location of php.ini file
}
$out.="<b>".$langs->trans("Server").":</b> ".$_SERVER["SERVER_SOFTWARE"]."<br>\n";;
$out.="<br>\n";