setMode("add2guue"); $ted->debug = DEVELOP_ENV; $ted->setSuggestions(); $ted->generateXMLNotice('utf-8', false); $section = $ted->createSection($data["section"], true, $data["prefix"] ?? [], [], [], $_GET["iterations"], true); $ted->printSection(null, $section); exit; } } HTTPStatus(500);