mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-42072 badges: fixed cookie use
This commit is contained in:
parent
3ed255dc1a
commit
5624b054d4
@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
define('AJAX_SCRIPT', true);
|
||||
define('NO_MOODLE_COOKIES', true); // No need for a session here.
|
||||
|
||||
require_once(dirname(dirname(__FILE__)) . '/config.php');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user