Changeset 4154


Ignore:
Timestamp:
12/18/10 22:03:19 (12 years ago)
Author:
alno
Message:

WebIf: set Files section to readonly while under construction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oscam-http.c

    r4141 r4154  
    21062106            if (p_txt[0]) tpl_printf(vars, 1, "LOGHISTORY", "<span class=\"%s\">%s</span><br>\n", p_usr, p_txt+8);
    21072107        } else {
     2108            if (strcmp(getParam(params, "appendlog"), "1") == 0)
    21082109            tpl_printf(vars, 1, "LOGHISTORY", "%s", p_txt+8);
    21092110        }
     
    24832484
    24842485    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
    24852489
    24862490    if (!writable) {
Note: See TracChangeset for help on using the changeset viewer.