From 61ec1a5604d82127bd832d075d5efb4d7e53a61b Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Mon, 17 Aug 2020 18:00:03 +0000 Subject: [PATCH] Commented check_php out (will replace php with python) --- HiddenEye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HiddenEye.py b/HiddenEye.py index db94c0b..b3ab1b5 100755 --- a/HiddenEye.py +++ b/HiddenEye.py @@ -25,7 +25,7 @@ if EULAController().check_eula_confirmation() is False: # simple_informant.check_permissions() # verCheck() # For now it's useless, i'll rewrite it later, after release. -simple_informant.check_php() # FIXME we have to replace PHP with Python +########### simple_informant.check_php() # FIXME we have to replace PHP with Python # checkLocalxpose() ConnectionController().verify_connection() # checkOpenport()