mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
just a cleanup
This commit is contained in:
parent
bd2a17dafb
commit
72a8cb16ce
|
@ -321,11 +321,6 @@ def runNgrok():
|
|||
def runServer():
|
||||
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
runPEnv()
|
||||
|
@ -344,12 +339,6 @@ if __name__ == "__main__":
|
|||
multiprocessing.Process(target=runServer).start()
|
||||
waitCreds()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
except KeyboardInterrupt:
|
||||
if didBackground:
|
||||
logFile.close()
|
||||
|
|
Loading…
Reference in New Issue
Block a user