mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
FIX auto updater
This commit is contained in:
parent
7fcfaf50fa
commit
4b97a0211e
@ -7,6 +7,7 @@
|
|||||||
/* crmv@181161 crmv@182073 crmv@183486 */
|
/* crmv@181161 crmv@182073 crmv@183486 */
|
||||||
|
|
||||||
require_once('Update.php');
|
require_once('Update.php');
|
||||||
|
require_once('modules/Emails/mail.php');
|
||||||
|
|
||||||
class AutoUpdater {
|
class AutoUpdater {
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ $patch_version = '';
|
|||||||
$modified_database = '';
|
$modified_database = '';
|
||||||
$vte_legacy_version = '5.2.1';
|
$vte_legacy_version = '5.2.1';
|
||||||
$enterprise_current_version = '20.04.2';
|
$enterprise_current_version = '20.04.2';
|
||||||
$enterprise_current_build = '2214';
|
$enterprise_current_build = '2215';
|
||||||
$enterprise_base_build = '2103'; // just to know where we started
|
$enterprise_base_build = '2103'; // just to know where we started
|
||||||
$enterprise_mode = 'VTENEXTCE';
|
$enterprise_mode = 'VTENEXTCE';
|
||||||
$enterprise_project = '';
|
$enterprise_project = '';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user