mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-10921-about-y-warm-update-cogen-la-version-de-la-consola-de-tokens-ditintos' into 'develop'
Ent 10921 about y warm update cogen la version de la consola de tokens ditintos See merge request artica/pandorafms!5885
This commit is contained in:
commit
a0f1dacfae
@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
// Begin.
|
// Begin.
|
||||||
global $config;
|
global $config;
|
||||||
|
global $pandora_version;
|
||||||
|
|
||||||
require_once $config['homedir'].'/vendor/autoload.php';
|
require_once $config['homedir'].'/vendor/autoload.php';
|
||||||
require_once $config['homedir'].'/include/functions_update_manager.php';
|
require_once $config['homedir'].'/include/functions_update_manager.php';
|
||||||
@ -215,7 +216,7 @@ if (is_ajax() !== true) {
|
|||||||
__(
|
__(
|
||||||
'Master server version %s does not match console version %s.',
|
'Master server version %s does not match console version %s.',
|
||||||
(float) $matches[1],
|
(float) $matches[1],
|
||||||
(float) $current_package
|
$pandora_version
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user