Changeset 12435
- Timestamp:
- 07/03/2009 05:16:47 PM (4 months ago)
- Files:
-
- src/router/httpd/httpd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/router/httpd/httpd.c
r12434 r12435 771 771 } 772 772 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")) 774 774 nodetect=1; 775 775
