xCache -> XCache
This commit is contained in:
parent
49cfd08f08
commit
9770f52da6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class XCache extends Cache {
|
|||
return false;
|
||||
}
|
||||
if (!function_exists('xcache_unset_by_prefix') && ini_get('xcache.admin.enable_auth')) {
|
||||
// We do not want to use xCache if we can not clear it without
|
||||
// We do not want to use XCache if we can not clear it without
|
||||
// using the administration function xcache_clear_cache()
|
||||
// AND administration functions are password-protected.
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue