mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-48213 filter_algebra: Allow cookies in debug script
This commit is contained in:
parent
8f06fffbe1
commit
35fc96ae2e
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
// If not, it obtains the corresponding TeX expression from the cache_tex db table
|
// If not, it obtains the corresponding TeX expression from the cache_tex db table
|
||||||
// and uses mimeTeX to create the image file
|
// and uses mimeTeX to create the image file
|
||||||
|
|
||||||
define('NO_MOODLE_COOKIES', true); // Because it interferes with caching
|
|
||||||
|
|
||||||
require_once("../../config.php");
|
require_once("../../config.php");
|
||||||
|
|
||||||
if (!filter_is_enabled('algebra')) {
|
if (!filter_is_enabled('algebra')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue