From 6ae51aa63d23a5e4608dc2ce208ba81e0d428a4d Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 20 May 2013 16:44:03 +0200 Subject: [PATCH] fixing typo in dist config --- public/include/config/global.inc.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 2e311300..ce001963 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -31,7 +31,7 @@ $config = array( 'memcache' => array( 'enabled' => true, 'host' => 'localhost', // Memcache Host - 'post' => 11211, // Memcache Port + 'port' => 11211, // Memcache Port 'keyprefix' => 'mmcfe_ng_', // Prefix for all keys 'expiration'=> '90', // Cache time 'splay' => '15' // Splay time