X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefines.php;h=087af39db4adcd7d7e0ceed5d0bf336a8158c9cc;hb=5dc68aedf45a7b2de6d6c6e736f9014873aa8186;hp=ca603e76845745d82290dd9975c491281026e6b7;hpb=f0bef2cf6994c49031d89425b3b3c56fd0e89a65;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index ca603e7684..087af39db4 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -103,7 +103,7 @@ define( 'CACHE_ANYTHING', -1 ); // Use anything, as long as it works define( 'CACHE_NONE', 0 ); // Do not cache define( 'CACHE_DB', 1 ); // Store cache objects in the DB define( 'CACHE_MEMCACHED', 2 ); // MemCached, must specify servers in $wgMemCacheServers -define( 'CACHE_ACCEL', 3 ); // APC, XCache or WinCache +define( 'CACHE_ACCEL', 3 ); // APC or WinCache /**@}*/ /**@{