Fixed update manager online open version. Ticket #201
This commit is contained in:
parent
c3c9189cc0
commit
fea6a1134d
|
@ -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…
Reference in New Issue