mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-17775 Chat ajax update.php not using sessions anymore
This commit is contained in:
parent
d974b37ce3
commit
7fdefb1482
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
define('NO_MOODLE_COOKIES', true); // session not used here
|
||||||
|
|
||||||
require_once('../../../config.php');
|
require_once('../../../config.php');
|
||||||
require_once('../lib.php');
|
require_once('../lib.php');
|
||||||
require_once('common.php');
|
require_once('common.php');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue