diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-15 16:09:40 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-15 16:09:40 -0700 |
commit | fd290fc3f9a40a0d3be4e4ffc7d11846bf5295b8 (patch) | |
tree | f8195551fabc58d95272f980bd0f6cf423870763 /lib/common.php | |
parent | 177e4adf40bd41fc711c91fc6d16729b7f1b5796 (diff) |
allow a configured base for cache keys
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index ab61c812f..51204cede 100644 --- a/lib/common.php +++ b/lib/common.php @@ -152,6 +152,7 @@ $config = 'memcached' => array('enabled' => false, 'server' => 'localhost', + 'base' => null, 'port' => 11211), 'ping' => array('notify' => array()), |