Changeset 35962


Ignore:
Timestamp:
10/16/15 11:35:04 (8 years ago)
Author:
Stephan
Message:

revert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r35961 r35962  
    66106610        if(fmt == 0)
    66116611        {
    6612                 if(checkbox("UFS910") == 1 && checkbox("ATEMIO510") == 1 && checkbox("ATEMIO520") == 1);               
    6613                 {                       
    6614                         buf = ostrcat(buf, "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">", 1, 0);
    6615                         buf = ostrcat(buf, "<link rel=stylesheet type=text/css href=titan.css><script type=text/javascript src=titan.js></script>", 1, 0);
    6616                         buf = ostrcat(buf, "</head><body class=body id=\"backup\"><center>", 1, 0);
    6617                         buf = ostrcat(buf, "<br>", 1, 0);
    6618                         buf = ostrcat(buf, "<h1>", 1, 0);
    6619                         buf = ostrcat(buf, _("System Backup"), 1, 0);
    6620                         buf = ostrcat(buf, "</h1>", 1, 0);
    6621                         buf = ostrcat(buf, "<br>", 1, 0);
    6622                 }
    6623         }
     6612                buf = ostrcat(buf, "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">", 1, 0);
     6613                buf = ostrcat(buf, "<link rel=stylesheet type=text/css href=titan.css><script type=text/javascript src=titan.js></script>", 1, 0);
     6614                buf = ostrcat(buf, "</head><body class=body id=\"backup\"><center>", 1, 0);
     6615                buf = ostrcat(buf, "<br>", 1, 0);
     6616                buf = ostrcat(buf, "<h1>", 1, 0);
     6617                buf = ostrcat(buf, _("System Backup"), 1, 0);
     6618                buf = ostrcat(buf, "</h1>", 1, 0);
     6619                buf = ostrcat(buf, "<br>", 1, 0);
     6620        }
     6621
    66246622
    66256623        tmpstr = create_backup(NULL, 0);
Note: See TracChangeset for help on using the changeset viewer.