added check for not-available php versions

This commit is contained in:
usmannasir
2019-01-09 00:07:36 +05:00
parent f17f17e130
commit cd8f12e912
5 changed files with 61 additions and 40 deletions

View File

@@ -110,15 +110,15 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'cyberpanel',
'USER': 'cyberpanel',
'PASSWORD': 'a9AwLb7zY7ZwCd',
'PASSWORD': 'Bz9gF7Hr7X4RtD',
'HOST': '127.0.0.1',
'PORT':''
'PORT':'3307'
},
'rootdb': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'mysql',
'USER': 'root',
'PASSWORD': '3bL8X7wGo0kT3b',
'PASSWORD': 'sXm5VlRaAsXkDd',
'HOST': 'localhost',
'PORT': '',
},