File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ public void HttpDownloadFile(string url, string path)
286286 responseStream . Close ( ) ;
287287 }
288288
289- public static int version = 20190830 ;
289+ public static int version = 20190901 ;
290290 public static string versionURL = "http://www.shack2.org/soft/getNewVersion?ENNAME=SSuperSQLInjection&NO=" + URLEncode . UrlEncode ( Tools . getSystemSid ( ) ) + "&VERSION=" + version ;
291291 //检查更新
292292 public void checkUpdate ( )
@@ -6908,7 +6908,7 @@ public void checkInject()
69086908 {
69096909 status = 1 ;
69106910 selectInjectType ( InjectType . UnKnow ) ;
6911- selectDB ( "UnKnow" ) ;
6911+ this . cbox_basic_dbType . SelectedIndex = 0 ;
69126912 //判断提交数据内型
69136913 String data = "" ;
69146914 if ( config . request . StartsWith ( "GET" ) )
@@ -11189,7 +11189,7 @@ private void loadAddProxyList(Object path)
1118911189 if ( istrue && cproxy != null )
1119011190 {
1119111191 i ++ ;
11192- this . proxy_lvw_proxyList . Invoke ( new DelegateAddItemToProxy ( addItemsToProxy_lvw ) , proxy ) ;
11192+ this . proxy_lvw_proxyList . Invoke ( new DelegateAddItemToProxy ( addItemsToProxy_lvw ) , cproxy ) ;
1119311193 this . proxy_List . Add ( cproxy . host + cproxy . port , cproxy ) ;
1119411194 }
1119511195 }
Original file line number Diff line number Diff line change 3232// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
3333// 方法是按如下所示使用“*”:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.2019.08.30 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.2019.08.30 " ) ]
35+ [ assembly: AssemblyVersion ( "1.2019.09.01 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.2019.09.01 " ) ]
You can’t perform that action at this time.
0 commit comments