Changeset 12435

Show
Ignore:
Timestamp:
07/03/2009 05:16:47 PM (4 months ago)
Author:
BrainSlayer
Message:

disable cross site detection for this file if authentication is disabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/router/httpd/httpd.c

    r12434 r12435  
    771771        } 
    772772        int nodetect=0; 
    773         if (nvram_invmatch("status_auth", "0") && endswith(file,"Info.htm")) 
     773        if (nvram_match("status_auth", "0") && endswith(file,"Info.htm")) 
    774774                nodetect=1; 
    775775