Changeset 4154
- Timestamp:
- 12/18/10 22:03:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oscam-http.c
r4141 r4154 2106 2106 if (p_txt[0]) tpl_printf(vars, 1, "LOGHISTORY", "<span class=\"%s\">%s</span><br>\n", p_usr, p_txt+8); 2107 2107 } else { 2108 if (strcmp(getParam(params, "appendlog"), "1") == 0) 2108 2109 tpl_printf(vars, 1, "LOGHISTORY", "%s", p_txt+8); 2109 2110 } … … 2483 2484 2484 2485 tpl_addVar(vars, 0, "PART", getParam(params, "part")); 2486 2487 // Set File section to writeprotected while it's under construction 2488 writable = 0; // <------- Remove before flight 2485 2489 2486 2490 if (!writable) {
Note:
See TracChangeset
for help on using the changeset viewer.