Merge branch 'MDL-70409-master' of git://github.com/merrill-oakland/moodle

This commit is contained in:
Sara Arjona 2020-12-15 16:15:34 +01:00
commit df7701598b
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
define('NO_MOODLE_COOKIES', true); // Session not used here.
require('../../../config.php');
require('../lib.php');
require_once('../lib.php');
$chatsid = required_param('chat_sid', PARAM_ALPHANUM);
$chatlasttime = optional_param('chat_lasttime', 0, PARAM_INT);

View File

@ -34,7 +34,7 @@ define('NO_MOODLE_COOKIES', true); // Session not used here.
define('NO_OUTPUT_BUFFERING', true);
require('../../../config.php');
require('../lib.php');
require_once('../lib.php');
// We are going to run for a long time.
// Avoid being terminated by php.

View File

@ -17,7 +17,7 @@
define('NO_MOODLE_COOKIES', true); // Session not used here.
require('../../../config.php');
require('../lib.php');
require_once('../lib.php');
$chatsid = required_param('chat_sid', PARAM_ALPHANUM);