2013-09-23 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager.php, extensions/update_manager/main.php: more comments for to make more easy the code. * extensions/update_manager/update_pandora.php: fixed lost include graph functions for to show progress bar. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8800 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
32b7b9683d
commit
097cff97bb
|
@ -1,3 +1,12 @@
|
|||
2013-09-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/update_manager.php,
|
||||
extensions/update_manager/main.php: more comments for to make more
|
||||
easy the code.
|
||||
|
||||
* extensions/update_manager/update_pandora.php: fixed lost include
|
||||
graph functions for to show progress bar.
|
||||
|
||||
2013-09-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_groups.php: Fix groups in tree way
|
||||
|
|
|
@ -165,9 +165,13 @@ function pandora_update_manager_uninstall () {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The code for to show in the operation menu entry.
|
||||
*/
|
||||
function pandora_update_manager_main () {
|
||||
global $config;
|
||||
|
||||
|
||||
if (! check_acl($config['id_user'], 0, "PM")) {
|
||||
require ("general/noaccess.php");
|
||||
return;
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
return;
|
||||
|
||||
/**
|
||||
* The code for to show in the operation menu entry.
|
||||
*/
|
||||
function main_view() {
|
||||
// Load global vars
|
||||
global $config;
|
||||
|
|
|
@ -54,6 +54,8 @@ function update_pandora_administration($settings, $user_key) {
|
|||
global $config;
|
||||
global $conf_update_pandora;
|
||||
|
||||
require_once("include/functions_graph.php");
|
||||
|
||||
check_login ();
|
||||
|
||||
if (! check_acl ($config["id_user"], 0, "PM")) {
|
||||
|
|
Loading…
Reference in New Issue