more log
This commit is contained in:
parent
1da99a8fcd
commit
ed3f1c29ef
@ -1183,6 +1183,7 @@ function dol_delete_file($file, $disableglob = 0, $nophperrors = 0, $nohook = 0,
|
|||||||
$globencoded = str_replace(']', '\]', $globencoded);
|
$globencoded = str_replace(']', '\]', $globencoded);
|
||||||
dol_syslog("globencoded=".$globencoded);
|
dol_syslog("globencoded=".$globencoded);
|
||||||
$listofdir = glob($globencoded);
|
$listofdir = glob($globencoded);
|
||||||
|
dol_syslog("listofdir=".joint(', ', $listofdir));
|
||||||
if (!empty($listofdir) && is_array($listofdir))
|
if (!empty($listofdir) && is_array($listofdir))
|
||||||
{
|
{
|
||||||
foreach ($listofdir as $filename)
|
foreach ($listofdir as $filename)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user