Statically linked mimetex.linux; bug fix for texdebug.php

This commit is contained in:
fiedorow 2004-02-20 19:20:01 +00:00
parent 97375ca98e
commit 6361d22faf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;