mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
Apparently WIN32 gets returned sometimes too
This commit is contained in:
parent
23323b37b6
commit
60efe6cbb3
@ -51,6 +51,7 @@
|
||||
system("QUERY_STRING=;export QUERY_STRING;$CFG->dirroot/$CFG->texfilterdir/mimetex.linux -d ". escapeshellarg($texexp) . " >$pathname");
|
||||
break;
|
||||
case "WINNT":
|
||||
case "WIN32":
|
||||
case "Windows":
|
||||
$texexp = str_replace('"','\"',$texexp);
|
||||
system("$CFG->dirroot/$CFG->texfilterdir/mimetex.exe -e $pathname \"$texexp\"");
|
||||
|
Loading…
x
Reference in New Issue
Block a user