mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
- Fixing file upload/download troubles: make sure that magic_quotes_gpc is turned off and that the output is not truncated by AjaxWebPage.
SVN:trunk[229]
This commit is contained in:
@@ -42,7 +42,7 @@ class ajax_page extends web_page
|
||||
}
|
||||
$s_captured_output = ob_get_contents();
|
||||
ob_end_clean();
|
||||
echo trim($this->s_content);
|
||||
echo $this->s_content;
|
||||
if (!empty($this->m_sReadyScript))
|
||||
{
|
||||
echo "<script>\n";
|
||||
|
||||
Reference in New Issue
Block a user