Suhosin fix

This commit is contained in:
sparkyx 2007-03-29 19:51:31 +00:00
parent b1f8f6ad25
commit 8c3a596a79
23 changed files with 61 additions and 61 deletions

View file

@ -111,11 +111,11 @@ class Document
echo '<span id="gen_msg">';
echo '<blink><font color="red">Un moment de patience, le document se prépare...</font></blink>';
echo '</span>';
ob_start();
// ob_start();
system("unzip ".$filename);
// Remove the file we do not need anymore
unlink($filename);
ob_end_clean();
// ob_end_clean();
$file_to_parse="content.xml";
$type="OOo";
}
@ -765,4 +765,4 @@ class Document
}
}
}