|
|
@@ -1798,7 +1798,7 @@ function MAKE_PKG_COMPONENT($h,$installer_dir_tar,$installer_url,$installer_tmp,
|
|
|
//TODO detect several hosts at the same IP address/domain to make it allow to work.
|
|
|
// select SERVER_ADDRESS_IP
|
|
|
//$exec='cd '.$installer_dir.' && /Applications/SourceGuardian.app/Contents/MacOS/sgencoder -b- --domain '.$h->SERVER_ADDRESS_SHORT.' -r *.php -x superedit-DB_PROCEDURES_CREATE.php';
|
|
|
- $exec='cd '.$installer_dir.' && /Applications/SourceGuardian.app/Contents/MacOS/sgencoder -b- '.INSTALL_SES_PROCESY_A::get_same_domains_for_install($h->SERVER_ADDRESS_SHORT).' -r *.php -x superedit-DB_PROCEDURES_CREATE.php -x INI.php -x .config_base_structure.php';
|
|
|
+ $exec='cd '.$installer_dir.' && /Applications/SourceGuardian.app/Contents/MacOS/sgencoder -b- '.INSTALL_SES_PROCESY_A::get_same_domains_for_install($h->SERVER_ADDRESS_SHORT).' -r *.php -x Budget.php -x Config.php -x FixCrmProcesInitIdx.php -x FixProjectPath.php -x FixZasobPath.php -x Install.php -x Msgs.php -x WindykacjaZestawienia.php -x superedit-DB_PROCEDURES_CREATE.php -x INI.php -x .config_base_structure.php';
|
|
|
|
|
|
exec($exec,$out,$exit);$out="";$exit="";
|
|
|
DEBUG_S(-3,'Zakodowanie kodu php/kompilacja z licencja i kluczem',array($exec,$out,$exit),__FILE__,__FUNCTION__,__LINE__);
|