mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
2013-01-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager.php: fixed the PHP notices in the policy module editor. Fixes: #3602272 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7531 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
20a6ba57de
commit
3d20a1b8b3
@ -1,3 +1,10 @@
|
||||
2013-01-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager.php: fixed the PHP notices in the
|
||||
policy module editor.
|
||||
|
||||
Fixes: #3602272
|
||||
|
||||
2013-01-28 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_events_replication.php,
|
||||
|
@ -82,6 +82,7 @@ if (strstr($sec2, "enterprise/godmode/policies/policies") !== false) {
|
||||
unset($modules['predictionserver']);
|
||||
}
|
||||
|
||||
if (isset($agent)) {
|
||||
if (check_acl ($config['id_user'], $agent['id_grupo'], "AW")) {
|
||||
// Create module/type combo
|
||||
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
||||
@ -99,6 +100,7 @@ if(check_acl ($config['id_user'], $agent['id_grupo'], "AW")) {
|
||||
echo '</tr>';
|
||||
echo "</form>";
|
||||
}
|
||||
}
|
||||
|
||||
echo "</table>";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user