mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
2012-05-24 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/lib/functions.php: set the wget method by default. * extensions/update_manager/lib/functions.ajax.php, extensions/update_manager/update_pandora.php: cleaned source code style. MERGED FROM 4.0.2 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6341 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2c35d793da
commit
bdcf2a595b
@ -1,3 +1,15 @@
|
||||
2012-05-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/update_manager/lib/functions.php: set the wget method
|
||||
by default.
|
||||
|
||||
* extensions/update_manager/lib/functions.ajax.php,
|
||||
extensions/update_manager/update_pandora.php: cleaned source code
|
||||
style.
|
||||
|
||||
|
||||
MERGED FROM 4.0.2
|
||||
|
||||
2012-05-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: Fixed
|
||||
|
@ -54,10 +54,10 @@ function update_pandora_installation() {
|
||||
|
||||
if (empty($row)) {
|
||||
//The url of update manager.
|
||||
$conf_update_pandora = array('url' => 'http://192.168.70.213/pandora.tar.gz',
|
||||
$conf_update_pandora = array('url' => '',
|
||||
'last_installed' => '',
|
||||
'last_contact' => '',
|
||||
'download_mode' => 'curl');
|
||||
'download_mode' => 'wget');
|
||||
|
||||
$values = array('token' => 'update_pandora_conf_url',
|
||||
'value' => $conf_update_pandora['url']);
|
||||
|
@ -116,7 +116,7 @@ function main_view_enterprise($settings, $user_key) {
|
||||
$table->colspan[0][0] = 3;
|
||||
$table->data = array();
|
||||
$table->data[1][0] = '<span id="box_ajax_checking_online">' .
|
||||
__('Checking for a update') . ' ' . html_print_image('images/spinner.gif', true) .
|
||||
__('Checking for an update') . ' ' . html_print_image('images/spinner.gif', true) .
|
||||
'</span>';
|
||||
$table->data[1][1] = html_print_button(__('Details'),
|
||||
'details_online', true, 'show_details();', 'class="sub search"', true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user