From 9c7c2e480a83624e11ed77d44d10cf09102b2904 Mon Sep 17 00:00:00 2001 From: areay Date: Thu, 20 Jul 2017 14:18:12 +1200 Subject: [PATCH] added apcu module dependency box for the \"getting started\" splashpage --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index e95931a7a..d5f4d69e5 100644 --- a/index.php +++ b/index.php @@ -23,6 +23,7 @@ function($f3) { 'Cache'=> array( 'apc', + 'apcu', 'memcache', 'memcached', 'redis',