Gestion de "pas de fichiers de log"

This commit is contained in:
Alan Garcia 2012-08-23 07:47:30 +00:00
parent c596e0c37c
commit 5ce5b9f565
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class m_log {
global $cuid,$err;
$err->log("log","list_logs_directory");
$c=array();
$dir2=$dir;
if ($dir = @opendir($dir)) {
while (($file = readdir($dir)) !== false) {