[ 'method' => 'GET', 'header' => "Cookie: {$cookieHeader}\r\n" . "X-Forwarded-For: " . ($_SERVER['REMOTE_ADDR'] ?? '') . "\r\n", 'timeout' => 10 ] ]); $html = @file_get_contents($ci4_url, false, $context); include("inc/header.php"); include("inc/nav.php"); include("inc/ribbon.php"); echo '
'; echo ($html !== false) ? $html : 'ERREUR: impossible de charger CI4'; echo '
'; include("inc/footer.php"); include("inc/scripts.php"); } }