mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
lolphp
This commit is contained in:
parent
7af5463229
commit
84d8af00b7
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()
|
public static function isEnabled()
|
||||||
{
|
{
|
||||||
return extension_loaded('apcu') && ini_get('apcu.enabled');
|
return extension_loaded('apcu') && ini_get('apc.enabled');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue