version) ? $SysPrefs->version : $src_version; //====================================================================== // Extension packages repository settings // // Extensions repository. Can be overriden in config.php $repo_auth = isset($SysPrefs->repo_auth) ? $SysPrefs->repo_auth : array( 'login' => 'anonymous', 'pass' => 'password', 'host' => 'repo.frontaccounting.eu', // repo server address 'branch' => '2.4' // Repository branch for current sources version );