Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I was reading the code and I think this is an mistake. #327

Open
Unknow-per opened this issue Apr 4, 2024 · 0 comments
Open

I was reading the code and I think this is an mistake. #327

Unknow-per opened this issue Apr 4, 2024 · 0 comments

Comments

@Unknow-per
Copy link

Unknow-per commented Apr 4, 2024

In banner.banner you writes

`

  if OsName == "Windows":

        os.system("cls")

   else:

        os.system("clear")

`

And this is for Linux, Mac, and Windows. But in control.kill_php_proc you writes

`

  for i in pid:

          subprocess.getoutput(f"kill -9 {i}")

`

And this is just for Linux/Mac. Please check it.

Thanks.
By a good programmer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant