Fixing exploits.
This commit is contained in:
parent
c71ee6a985
commit
0241c8b56f
2 changed files with 3 additions and 4 deletions
|
|
@ -19,7 +19,6 @@ namespace Update
|
|||
StreamReader sr = new StreamReader("pn");
|
||||
procname = sr.ReadToEnd();
|
||||
sr.Close();
|
||||
|
||||
string[] datat = procname.Split(' ');
|
||||
procname = datat[0];
|
||||
procargs = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue