|
|
@@ -2414,7 +2414,7 @@ function encodePhpFiles($installer_dir, $domains = "", $domainEncodePhpFiles = [
|
|
|
'processed' => 0,
|
|
|
'errors' => 0,
|
|
|
]);
|
|
|
- if ($statusInfo['errors'] === 0 && $statusInfo['files'] > 0) {
|
|
|
+ if ($statusInfo['errors'] === 0) {
|
|
|
DEBUG_S(-3, "{$statusInfo['files']} files, {$statusInfo['processed']} processed, {$statusInfo['errors']} errors", [], __FILE__,__FUNCTION__,__LINE__);
|
|
|
} else {
|
|
|
throw new Exception("{$statusInfo['files']} files, {$statusInfo['processed']} processed, {$statusInfo['errors']} errors");
|
|
|
@@ -2980,7 +2980,7 @@ function INSTALL_SES_PROCESY_A() {
|
|
|
$packages['pl.procesy5.SE_DB_DOMAIN']['xml_choice']['title']='(I)Procesy5 install db and config for domain one ';
|
|
|
$packages['pl.procesy5.SE_DB_DOMAIN']['xml_choice']['description']='(Use only for install) Only installs DB and settings for domain ('.$h->SERVER_ADDRESS.') (used on existing install for add virtual domain)';
|
|
|
$packages['pl.procesy5.SE_DB_DOMAIN']['xml_choice']['start_selected']='true';
|
|
|
- $packages['pl.procesy5.SE_DB_DOMAIN']['encrypt']=true;
|
|
|
+ //$packages['pl.procesy5.SE_DB_DOMAIN']['encrypt']=true;
|
|
|
|
|
|
|
|
|
//! pakiet: INSTALL_GETCOMMANDS_MYADMIN
|