\n" .
"var timezoneArray = " . G::json_encode($arrayTimeZoneId) . ";\n" .
"\n";
echo($js);
}
$js = "" .
"\n".
"\n";
echo($js);
$file = file_get_contents(PATH_HOME . 'public_html/lib/taskscheduler/index.html');
echo $file;
} catch (Exception $e) {
}
?>