Skip to content

Commit

Permalink
update20190508
Browse files Browse the repository at this point in the history
修复HTTP部分情况无法读取回包问题。
  • Loading branch information
shack2 committed May 8, 2019
1 parent 0414049 commit a00c120
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 123 deletions.
2 changes: 1 addition & 1 deletion SuperSQLInjection/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public static String getSid()
return sid;
}

public static int version = 20190404;
public static int version = 20190508;
public static string versionURL = "http://www.shack2.org/soft/getNewVersion?ENNAME=SSuperSQLInjection&NO=" + URLEncode.UrlEncode(getSid()) + "&VERSION=" + version;
//检查更新
public void checkUpdate()
Expand Down
Loading

0 comments on commit a00c120

Please sign in to comment.