diff options
| author | ComputeLinux <[email protected]> | 2016-07-23 10:17:15 -0700 |
|---|---|---|
| committer | ComputeLinux <[email protected]> | 2016-07-23 10:17:15 -0700 |
| commit | 60ca1cf76437bb35d4923b2d4e6f7d06d3189033 (patch) | |
| tree | 1de3fe485b8bcc080b8ed8e1ebb90f756fc60c21 /source/WindowsFormsApplication1/Apps | |
| parent | 69f901561971b2d5a7a0aebb63bd378a4b7b1ad4 (diff) | |
| download | shiftos-c--60ca1cf76437bb35d4923b2d4e6f7d06d3189033.tar.gz shiftos-c--60ca1cf76437bb35d4923b2d4e6f7d06d3189033.tar.bz2 shiftos-c--60ca1cf76437bb35d4923b2d4e6f7d06d3189033.zip | |
that moment when you forget to save
Diffstat (limited to 'source/WindowsFormsApplication1/Apps')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index 2e464f5..cc69043 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -1662,7 +1662,7 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o /// <param name="args">string[] args</param> public void runExe(string[] args) { - if (API.Upgrades["fileskimmer"]) + if (API.Upgrades[""]) { bool isFirstArg = true; string exeArgs = ""; |
