Show
Ignore:
Timestamp:
07/31/2012 05:39:33 PM (10 months ago)
Author:
moo
Message:

htdocs: typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/diagnosis/index.php

    r1092 r1093  
    308308    result("skipped", "XCache not loaded"); 
    309309} 
    310 else if (ini_get("xcache.readonly_protection") && !$readonly_protection) { 
     310else if (ini_get("xcache.readonly_protection") && !$readonlyProtection) { 
    311311    result( 
    312312        "error"