|
|
|
|
@ -870,7 +870,7 @@ class OC_Util { |
|
|
|
|
// XCache |
|
|
|
|
if (function_exists('xcache_clear_cache')) { |
|
|
|
|
if (ini_get('xcache.admin.enable_auth')) { |
|
|
|
|
OC_Log::write('core', 'XCache will not be cleared because "xcache.admin.enable_auth" is enabled in php.ini.', \OC_Log::WARN); |
|
|
|
|
OC_Log::write('core', 'XCache opcode cache will not be cleared because "xcache.admin.enable_auth" is enabled in php.ini.', \OC_Log::WARN); |
|
|
|
|
} else { |
|
|
|
|
xcache_clear_cache(XC_TYPE_PHP, 0); |
|
|
|
|
} |
|
|
|
|
|