1
0
Fork 0

htdocs: typo

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1093 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 0dad82496c
commit fd3400177d

@ -307,7 +307,7 @@ checking(_T("Readonly Protection")); // {{{
if (!$xcacheLoaded) {
result("skipped", "XCache not loaded");
}
else if (ini_get("xcache.readonly_protection") && !$readonly_protection) {
else if (ini_get("xcache.readonly_protection") && !$readonlyProtection) {
result(
"error"
, _T("Set to enabled but not available")

Loading…
Cancel
Save