mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
remove duplicate log message
This commit is contained in:
@@ -264,7 +264,6 @@ define('WP_SITEURL','http://%s');
|
|||||||
os.remove(databasePath)
|
os.remove(databasePath)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if eraseCheck:
|
if eraseCheck:
|
||||||
sourcePath = child.path
|
sourcePath = child.path
|
||||||
destinationPath = '/home/%s/public_html' % (child.master.domain)
|
destinationPath = '/home/%s/public_html' % (child.master.domain)
|
||||||
@@ -288,8 +287,6 @@ define('WP_SITEURL','http://%s');
|
|||||||
|
|
||||||
logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
|
logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
|
||||||
|
|
||||||
logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
|
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
except BaseException as msg:
|
except BaseException as msg:
|
||||||
mesg = '%s. [404]' % (str(msg))
|
mesg = '%s. [404]' % (str(msg))
|
||||||
|
|||||||
Reference in New Issue
Block a user