mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 13:25:51 +01:00
bug fix: wp staging
This commit is contained in:
@@ -88,8 +88,6 @@ class StagingSetup(multi.Thread):
|
||||
|
||||
data = open(configPath, 'r').readlines()
|
||||
|
||||
logging.writeToFile(str(type(data)))
|
||||
|
||||
for items in data:
|
||||
if items.find('DB_NAME') > -1:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user