Explorar el Código

added "whitelist" under [traffic]

Steven Andrés hace 6 años
padre
commit
5644001c53
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/Configuration.php

+ 1 - 0
lib/Configuration.php

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