Changeset 40424
- Timestamp:
- 05/13/17 20:27:18 (6 years ago)
- Location:
- titan/titan
- Files:
-
- 2 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 -
titan/titan/mediadb.h
r40382 r40424 2179 2179 struct mediadb *node = NULL, *cmediadb = NULL; 2180 2180 2181 if(id != NULL) ;2181 if(id != NULL) 2182 2182 tmpid = ostrcat(tmpid, id, 1, 0); 2183 2183
Note: See TracChangeset
for help on using the changeset viewer.