From ca6332de6e33be645e1abab3434237805b8f7dfa Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 9 Mar 2018 23:42:51 +0100 Subject: Update cache code to INI style configuration Change the defines to config_get and add one cache option and one option to define memcache_servers. Mention the required dependency to get memcached working in the INSTALL file. Signed-off-by: Jelle van der Waa Signed-off-by: Lukas Fleischer --- web/lib/cachefuncs.inc.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'web/lib/cachefuncs.inc.php') diff --git a/web/lib/cachefuncs.inc.php b/web/lib/cachefuncs.inc.php index faeae5a2..881ad8f2 100644 --- a/web/lib/cachefuncs.inc.php +++ b/web/lib/cachefuncs.inc.php @@ -1,22 +1,18 @@