Fix the Remote Backup Storage Issue

This commit is contained in:
Usman Nasir
2019-06-08 21:41:43 +00:00
parent 8e2ad7f4b2
commit 0399a43830
3284 changed files with 2254 additions and 1140 deletions

2
plogical/phpUtilities.py Normal file → Executable file
View 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')