Skip to content

Commit

Permalink
New option key: dir_stats_enable. See: wpsharks/comet-cache#83
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Aug 7, 2015
1 parent 3819182 commit edd8a48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/includes/classes/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ public function setup()
'cdn_whitelisted_uri_patterns',
'cdn_blacklisted_uri_patterns',

'dir_stats_enable',

'pro_update_check',
'last_pro_update_check',
'pro_update_username',
Expand Down Expand Up @@ -322,6 +324,10 @@ public function setup()
'cdn_blacklisted_uri_patterns' => '', // A line-delimited list of exclusion patterns.
// Wildcards `*` are supported here. Matched against local file URIs.

/* Related to cache statistics. */

'dir_stats_enable' => '1', // `0|1`; enable?
/* Related to automatic pro updates. */

'pro_update_check' => '1', // `0|1`; enable?
Expand Down

0 comments on commit edd8a48

Please sign in to comment.