|
|
Sergey Kornilov admin 3/30/2022 |
|
This can be done, some code needs to be written of course. In regards to getting a list of files in the directory check this topic. |
|
|
|
gehrenfeld author 3/30/2022 |
|
foreach(glob($log_directory.'/.') as $file) { I do not know how or were to use the above script. |
|
|
|
Sergey Kornilov admin 3/30/2022 |
|
We don't know either. It depends on where you need to apply this kind of functionality. |
|