mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed errors in um online open
This commit is contained in:
parent
8fc433f2a8
commit
c9fd56df75
@ -609,8 +609,6 @@ function update_manager_extract_package() {
|
|||||||
|
|
||||||
$path_package = $config['attachment_store'] .
|
$path_package = $config['attachment_store'] .
|
||||||
"/downloads/last_package.tgz";
|
"/downloads/last_package.tgz";
|
||||||
|
|
||||||
$full_path = $config['attachment_store'] . "/downloads/unix";
|
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
||||||
@ -680,7 +678,7 @@ function update_manager_extract_package() {
|
|||||||
function update_manager_starting_update() {
|
function update_manager_starting_update() {
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
$full_path = $config['attachment_store'] . "/downloads/unix";
|
$full_path = $config['attachment_store'] . "/downloads/";
|
||||||
|
|
||||||
$homedir = $config['homedir'];
|
$homedir = $config['homedir'];
|
||||||
|
|
||||||
|
@ -1405,6 +1405,8 @@ function install_free_package(package, version, homeurl) {
|
|||||||
$('#success_pkg').html(dialog_success_pkg_text);
|
$('#success_pkg').html(dialog_success_pkg_text);
|
||||||
$('#success_pkg').dialog('open');
|
$('#success_pkg').dialog('open');
|
||||||
|
|
||||||
|
$("#pkg_version").text(version);
|
||||||
|
|
||||||
$("#box_online .loading").hide();
|
$("#box_online .loading").hide();
|
||||||
$("#box_online .progressbar").hide();
|
$("#box_online .progressbar").hide();
|
||||||
$("#box_online .content").html(data['message']);
|
$("#box_online .content").html(data['message']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user