Fixing exploits.

This commit is contained in:
Shank 2011-06-08 01:39:15 -06:00
parent c71ee6a985
commit 0241c8b56f
2 changed files with 3 additions and 4 deletions

View file

@ -19,7 +19,6 @@ namespace Update
StreamReader sr = new StreamReader("pn");
procname = sr.ReadToEnd();
sr.Close();
string[] datat = procname.Split(' ');
procname = datat[0];
procargs = "";