Suhosin fix
This commit is contained in:
parent
b1f8f6ad25
commit
8c3a596a79
23 changed files with 61 additions and 61 deletions
|
|
@ -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
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue