2
0
forked from Wavyzz/dolibarr

Remove conf

This commit is contained in:
Laurent Destailleur
2017-05-21 23:58:19 +02:00
parent ef9cf6ef52
commit ecce1c2037

View File

@@ -1572,8 +1572,6 @@ function dol_convert_file($fileinput,$ext='png',$fileoutput='')
*/
function dol_compress_file($inputfile, $outputfile, $mode="gz")
{
global $conf;
$foundhandler=0;
try
@@ -1627,7 +1625,7 @@ function dol_compress_file($inputfile, $outputfile, $mode="gz")
*/
function dol_uncompress($inputfile,$outputdir)
{
global $conf, $langs;
global $langs;
if (defined('ODTPHP_PATHTOPCLZIP'))
{