diff --git a/pandora_console/include/functions_update_manager.php b/pandora_console/include/functions_update_manager.php index b0e3486007..a2f8b54d9d 100755 --- a/pandora_console/include/functions_update_manager.php +++ b/pandora_console/include/functions_update_manager.php @@ -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]));