mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Commented out check_permissions() method
This commit is contained in:
parent
ae96a7d302
commit
8f72dcd9a7
|
@ -295,13 +295,13 @@ def verify_connection(
|
|||
verify_connection()
|
||||
|
||||
|
||||
def check_permissions():
|
||||
if check_platform("system") == "Linux":
|
||||
if getuid() == 0:
|
||||
print(localization.lang_check_permissions["permissions_granted"])
|
||||
else:
|
||||
print(localization.lang_check_permissions["permissions_denied"])
|
||||
exit()
|
||||
# def check_permissions():
|
||||
# if check_platform("system") == "Linux":
|
||||
# if getuid() == 0:
|
||||
# print(localization.lang_check_permissions["permissions_granted"])
|
||||
# else:
|
||||
# print(localization.lang_check_permissions["permissions_denied"])
|
||||
# exit()
|
||||
|
||||
|
||||
def check_php():
|
||||
|
|
Loading…
Reference in New Issue
Block a user