From 4d7d8b962dee6c15fe33c1c5e1d10edf22e7e10f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Jul 2010 21:58:18 +0000 Subject: [PATCH] Fix: Remove phpinfo --- htdocs/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 4f0a6836246..58b0b7094c2 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -1889,7 +1889,7 @@ function dol_print_error($db='',$error='') if (function_exists("phpversion")) { $out.="".$langs->trans("PHP").": ".phpversion()."
\n"; - phpinfo(); // This is to show location of php.ini file + //phpinfo(); // This is to show location of php.ini file } $out.="".$langs->trans("Server").": ".$_SERVER["SERVER_SOFTWARE"]."
\n";; $out.="
\n";