mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
remove not needed function calls
This commit is contained in:
@@ -617,9 +617,9 @@ class FileManager:
|
|||||||
self.data['newPath'] + '/' + item)
|
self.data['newPath'] + '/' + item)
|
||||||
ProcessUtilities.executioner(command, website.externalApp)
|
ProcessUtilities.executioner(command, website.externalApp)
|
||||||
|
|
||||||
self.changeOwner(self.data['newPath'])
|
#self.changeOwner(self.data['newPath'])
|
||||||
|
|
||||||
self.fixPermissions(domainName)
|
#self.fixPermissions(domainName)
|
||||||
except:
|
except:
|
||||||
|
|
||||||
|
|
||||||
@@ -895,7 +895,7 @@ class FileManager:
|
|||||||
|
|
||||||
ProcessUtilities.executioner(command, website.externalApp)
|
ProcessUtilities.executioner(command, website.externalApp)
|
||||||
|
|
||||||
self.fixPermissions(domainName)
|
#self.fixPermissions(domainName)
|
||||||
except:
|
except:
|
||||||
|
|
||||||
homePath = '/'
|
homePath = '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user