Files
2026-03-11 15:57:27 +01:00

5 lines
142 B
JavaScript

// simple redirect
if ('undefined' == typeof hfcm_location ) {
var hfcm_location = {url:''};
}
window.location.replace(hfcm_location.url);