mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#9771 added permissions to file passencrypt_script
This commit is contained in:
parent
1d8f2588cd
commit
232ebd2f60
@ -431,6 +431,13 @@ class ManageExtensions extends HTML
|
||||
}
|
||||
|
||||
$this->setPermissionfiles($installationFolder, $this->iniFile['discovery_extension_definition']['execution_file']);
|
||||
$this->setPermissionfiles(
|
||||
$installationFolder,
|
||||
[
|
||||
$this->iniFile['discovery_extension_definition']['passencrypt_script'],
|
||||
$this->iniFile['discovery_extension_definition']['passdecrypt_script'],
|
||||
]
|
||||
);
|
||||
|
||||
$result = $this->copyExtensionToServer($installationFolder, $nameFolder);
|
||||
if ($result === false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user