mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
correct apcu check?
This commit is contained in:
parent
e254610262
commit
7af5463229
1 changed files with 1 additions and 1 deletions
2
lib/cache/Apc.class.php
vendored
2
lib/cache/Apc.class.php
vendored
|
@ -10,6 +10,6 @@ class Apc
|
|||
{
|
||||
public static function isEnabled()
|
||||
{
|
||||
return extension_loaded('apc') && ini_get('apc.enabled');
|
||||
return extension_loaded('apcu') && ini_get('apcu.enabled');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue