We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d2e2c commit 128a445Copy full SHA for 128a445
PPPwnUI.py
@@ -42,7 +42,7 @@ def get_network_interface_names():
42
class App:
43
def __init__(self, master):
44
self.master = master
45
- master.title("PPPwnUI v4.0 by Memz")
+ master.title("PPPwnUI v4.1 by Memz")
46
47
# taille de la fenêtre
48
master.geometry("420x400")
@@ -416,7 +416,7 @@ def start_pppwn(self):
416
417
418
def about(self):
419
- messagebox.showinfo("About", "PPPwnUI v4.0\n\nDeveloped by Memz")
+ messagebox.showinfo("About", "PPPwnUI v4.1\n\nDeveloped by Memz")
420
421
if sys.platform == "linux" and not os.geteuid() == 0:
422
print("You must run this program as administrator.")
0 commit comments