{# * @since 24/05/2022 * */ if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') { $protocol = 'https'; } else { $protocol = 'http'; } $url = $protocol . '://'; $url .= $_SERVER['HTTP_HOST']; $url .= $_SERVER['REQUEST_URI']; ?> #}
If you are sure this address is correct, please send an email to it@iode.org