mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
Update applicationInstaller.py
fix missing )
This commit is contained in:
@@ -1525,7 +1525,7 @@ $parameters = array(
|
||||
|
||||
|
||||
# Secure WHMCS configuration.php file : https://docs.whmcs.com/Further_Security_Steps#Secure_the_configuration.php_File
|
||||
command = "chmod 400 %s/configuration.php" % (finalPath
|
||||
command = "chmod 400 %s/configuration.php" % (finalPath)
|
||||
ProcessUtilities.executioner(command)
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user