mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
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:
parent
233470f6e4
commit
afec149d50
@ -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>
|
2011-02-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* godmode/menu.php: "godmode > manage alert > commands" tab only
|
* godmode/menu.php: "godmode > manage alert > commands" tab only
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
// Load global vars
|
// Load global vars
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
|
check_login();
|
||||||
|
|
||||||
require_once("include/functions_groups.php");
|
require_once("include/functions_groups.php");
|
||||||
|
|
||||||
if (is_ajax ()) {
|
if (is_ajax ()) {
|
||||||
@ -71,8 +73,6 @@ if (is_ajax ()) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
check_login();
|
|
||||||
|
|
||||||
if (! give_acl($config['id_user'], 0, "PM")) {
|
if (! give_acl($config['id_user'], 0, "PM")) {
|
||||||
pandora_audit("ACL Violation",
|
pandora_audit("ACL Violation",
|
||||||
"Trying to access Group Management");
|
"Trying to access Group Management");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user