diff options
Diffstat (limited to 'log_files.php')
-rw-r--r-- | log_files.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/log_files.php b/log_files.php index 5893ca0..a4c7b50 100644 --- a/log_files.php +++ b/log_files.php @@ -57,8 +57,8 @@ if ($type == 'rejected') { $others = array( '.youri', '_i586.done', - '_x86_64.done' - '_armv7hl.done' + '_x86_64.done', + '_armv7hl.done', '_aarch64.done' ); |