"; $posthref = ""; $newcontent = str_replace($prehref, $posthref, $newcontent); if (CheckSubFolder($full_file_path.$user_id.'.t.html') == 0) { $newcontent = ReplaceImgTag($newcontent); } } else { $newcontent = $content; } WriteFileCont($full_file_path.$user_id.'.t.html', $newcontent); $doc_url = GetFolderPath($doc_url).urlencode(basename($doc_url)); $documentPath= api_get_path(SYS_COURSE_PATH).$_course['path']."/document"; $my_file = Security::remove_XSS($_GET['file']); $my_file = str_replace(array('../','\\..','\\0','..\\'),array('','','',''),urldecode($my_file)); $title = GetQuizName($my_file,$documentPath); if ($title =='') { $title = basename($my_file); } $nameTools = $title; $noPHP_SELF=true; if (isset($_SESSION['gradebook'])){ $gradebook= $_SESSION['gradebook']; } if (!empty($gradebook) && $gradebook=='view') { $interbreadcrumb[]= array ( 'url' => '../gradebook/'.$_SESSION['gradebook_dest'], 'name' => get_lang('ToolGradebook') ); } $htmlHeadXtra[] = ' '; $interbreadcrumb[]= array ("url"=>"./exercice.php", "name"=> get_lang('Exercices')); if ($origin == 'learnpath') { Display::display_reduced_header($nameTools,"Exercise"); } else { Display::display_header($nameTools,"Exercise"); } $url = $document_web_path.$doc_url.$user_id.'.t.html?time='.Security::remove_XSS($time); echo ''; echo ''; exit;