2011-02-15 Miguel de Dios <miguel.dedios@artica.es>

* godmode/groups/group_list.php: refixed the position of check login for
	check in normal access and ajax access.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3846 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2011-02-15 13:47:39 +00:00
parent 233470f6e4
commit afec149d50
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-02-15 Miguel de Dios <miguel.dedios@artica.es>
* godmode/groups/group_list.php: refixed the position of check login for
check in normal access and ajax access.
2011-02-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/menu.php: "godmode > manage alert > commands" tab only

View File

@ -17,6 +17,8 @@
// Load global vars
global $config;
check_login();
require_once("include/functions_groups.php");
if (is_ajax ()) {
@ -71,8 +73,6 @@ if (is_ajax ()) {
return;
}
check_login();
if (! give_acl($config['id_user'], 0, "PM")) {
pandora_audit("ACL Violation",
"Trying to access Group Management");