mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
Fix the Remote Backup Storage Issue
This commit is contained in:
2
plogical/phpUtilities.py
Normal file → Executable file
2
plogical/phpUtilities.py
Normal file → Executable file
@@ -107,6 +107,8 @@ class phpUtilities:
|
||||
completeName = str(initial) + '.' + str(final)
|
||||
path = "/usr/local/lsws/ls" + phpVers + "/etc/php/" + completeName + "/litespeed/php.ini"
|
||||
|
||||
logging.CyberCPLogFileWriter.writeToFile(path)
|
||||
|
||||
data = open(path, 'r').readlines()
|
||||
|
||||
writeToFile = open(path, 'w')
|
||||
|
||||
Reference in New Issue
Block a user