mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fixed update manager online open version. Ticket #201
(cherry picked from commit fea6a1134da4b79566a2f315db92795a574a969a)
This commit is contained in:
parent
eb8e18c87c
commit
ae08c7cb37
@ -608,11 +608,10 @@ function update_manager_starting_update() {
|
||||
$path_package = $config['attachment_store'] .
|
||||
"/downloads/last_package.tgz";
|
||||
|
||||
$full_path = $config['attachment_store'] . "/downloads/pandora_console";
|
||||
$full_path = $config['attachment_store'] . "/downloads/unix";
|
||||
|
||||
ob_start();
|
||||
|
||||
|
||||
if (!defined('PHP_VERSION_ID')) {
|
||||
$version = explode('.', PHP_VERSION);
|
||||
define('PHP_VERSION_ID', ($version[0] * 10000 + $version[1] * 100 + $version[2]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user