summaryrefslogtreecommitdiffstats
path: root/log_files.php
diff options
context:
space:
mode:
Diffstat (limited to 'log_files.php')
-rw-r--r--log_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/log_files.php b/log_files.php
index 7f33a9e..1c02268 100644
--- a/log_files.php
+++ b/log_files.php
@@ -48,7 +48,7 @@ $list = array();
if ($type == 'rejected') {
- $list = glob($path . '.*');
+ $list = glob($path . '*');
} else {