Skip to content

Commit 610f25c

Browse files
ekun008
1 parent 9d35b2c commit 610f25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/SiteServer.CMS/ImportExport/BackupUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class BackupUtility
1212
public const string CacheTotalCount = "_TotalCount";
1313
public const string CacheCurrentCount = "_CurrentCount";
1414
public const string CacheMessage = "_Message";
15-
public const string UploadFolderName = "upload"; // 用于栏目及内容备份时记录图片、视频、文件上传所在文件夹目录
15+
public const string UploadFolderName = "upload"; //ss用于栏目及内容备份时记录图片、视频、文件上传所在文件夹目录
1616
public const string UploadFileName = "upload.xml"; // 用于栏目及内容备份时记录图片、视频、文件上传所在文件名
1717

1818
public static void BackupTemplates(int publishmentSystemId, string filePath)

0 commit comments

Comments
 (0)