mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
Statically linked mimetex.linux; bug fix for texdebug.php
This commit is contained in:
parent
97375ca98e
commit
6361d22faf
Binary file not shown.
@ -11,8 +11,8 @@
|
||||
$CFG->texfilterdir = "filter/tex";
|
||||
$CFG->teximagedir = "filter/tex";
|
||||
|
||||
error_reporting(E_ALL);
|
||||
$query = urldecode($_SERVER['QUERY_STRING']);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
if ($query) {
|
||||
$output = $query;
|
||||
|
Loading…
x
Reference in New Issue
Block a user