Browse Source

added "whitelist" under [traffic]

Steven Andrés 6 năm trước cách đây
mục cha
commit
5644001c53
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/Configuration.php

+ 1 - 0
lib/Configuration.php

@@ -78,6 +78,7 @@ class Configuration
         ),
         ),
         'traffic' => array(
         'traffic' => array(
             'limit'  => 10,
             'limit'  => 10,
+            'whitelist' => null,
             'header' => null,
             'header' => null,
             'dir'    => 'data',
             'dir'    => 'data',
         ),
         ),