Changeset 40424 for titan/titan/httpdfunc.h
- Timestamp:
- 05/13/17 20:27:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/httpdfunc.h
r40169 r40424 6729 6729 // if(fmt == 0) 6730 6730 // { 6731 6732 6733 6734 6735 6731 buf = ostrcat(buf, "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">", 1, 0); 6732 buf = ostrcat(buf, "<link rel=stylesheet type=text/css href=titan.css><script type=text/javascript src=titan.js></script>", 1, 0); 6733 buf = ostrcat(buf, "</head><body class=body id=\"createrestore\"><center>", 1, 0); 6734 buf = ostrcat(buf, "<br>", 1, 0); 6735 buf = ostrcat(buf, "<h1>", 1, 0); 6736 6736 if(tmpstr == NULL) 6737 6737 buf = ostrcat(buf, _("No backup folders found!!!\n\nAborting restoring..."), 1, 0); … … 6739 6739 buf = ostrcat(buf, _("Backup created successfully"), 1, 0); 6740 6740 6741 6742 6741 buf = ostrcat(buf, "</h1>", 1, 0); 6742 buf = ostrcat(buf, "<br>", 1, 0); 6743 6743 // } 6744 6744
Note: See TracChangeset
for help on using the changeset viewer.