Update index.php
This commit is contained in:
@@ -505,8 +505,9 @@ function fetch_files($path = '/')
|
|||||||
$cache->save('path_' . $path, $files, 3300);
|
$cache->save('path_' . $path, $files, 3300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {//,"message":"'.$arr['body'].'"
|
||||||
$files = json_decode( '{"unknownError":{ "stat":'.$arr['stat'].',"message":"'.$arr['body'].'"}}', true);
|
error_log($arr['body']);
|
||||||
|
$files = json_decode( '{"unknownError":{ "stat":'.$arr['stat'].'}}', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $files;
|
return $files;
|
||||||
|
|||||||
Reference in New Issue
Block a user