MDL-17775 Chat ajax update.php not using sessions anymore

This commit is contained in:
skodak 2009-01-03 13:03:05 +00:00
parent d974b37ce3
commit 7fdefb1482

View file

@ -5,6 +5,8 @@
* @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('../lib.php');
require_once('common.php');