Fichier:Forza Horizon 3 Warthog 3.jpg
Apparence
Taille de cet aperçu : 800 × 450 pixels. Autre résolution : 1 920 × 1 080 pixels.
Fichier d’origine (1 920 × 1 080 pixels, taille du fichier : 1,76 Mio, type MIME : image/jpeg)
Description[modifier | modifier le wikicode]
| Source du fichier : | |
| Média : | Canon Fodder |
Conditions d'utilisation[modifier | modifier le wikicode]
| Ce fichier représente un matériau placé sous copyright par Microsoft Corporation, ou à défaut son ou ses créateur(s). Il est utilisé sur ce Wiki dans le cadre du Fair use, dans un but encyclopédique non commercial. |
Historique du fichier
Cliquer sur une date et heure pour voir le fichier tel qu'il était à ce moment-là.
| Date et heure | Vignette | Dimensions | Utilisateur | Commentaire | |
|---|---|---|---|---|---|
| actuel | 2 septembre 2016 à 15:40 | 1 920 × 1 080 (1,76 Mio) | Hawk (discussion | contributions) | https://www.halowaypoint.com/en-us/news/canon-fodder-hog-on-the-horizon |
Vous ne pouvez pas remplacer ce fichier.
Utilisation du fichier
Les 2 pages suivantes utilisent ce fichier :
Métadonnées
light;
$darkTheme = json_decode(file_get_contents('/home/common/conf/theme-colors.json'))->dark;
$sections = json_decode(file_get_contents('/home/common/conf/header.json'));
$lightLogo = $prefix.json_decode(file_get_contents('/home/common/conf/event-theme.json'))->classic.$lightTheme->logo_suffix; //TODO: function of date, update style of logo
$darkLogo = $prefix.json_decode(file_get_contents('/home/common/conf/event-theme.json'))->classic.$darkTheme->logo_suffix;
$lightLogoMobile = $prefix.json_decode(file_get_contents('/home/common/conf/event-theme.json'))->mobile.$lightTheme->logo_suffix;
$darkLogoMobile = $prefix.json_decode(file_get_contents('/home/common/conf/event-theme.json'))->mobile.$darkTheme->logo_suffix;
list($currentSection, $subsectionIndex) = getCurrentSection($sections);
//Manage session
if(!$isWiki) {
if(session_status() !== PHP_SESSION_ACTIVE) { session_start(); }
if(isset($_SESSION["oauth2state"]) && $_SESSION["oauth2state"] != null) {
$checkTokenValidity = keycloakCurlGet($keycloak->adminURL.'/clients-initial-access');
if ($checkTokenValidity->code < 200 || $checkTokenValidity->code > 300) {
if(!keycloakCurlRefresh()) {
session_destroy();
Header('Location: '.$_SERVER['PHP_SELF']);
}
}
}
//Wiki needs extra reload after authentication
} else if(isset($_SESSION["OpenIDConnectAccessToken"]) && !isset($_SESSION["wsToken"])) {
header("Location: " . $_SERVER['REQUEST_URI']);
exit();
}
// var_dump(isset($_SESSION["oauth2state"]));
// var_dump($_SESSION);
//Get user data
$user = getUserData($isWiki);
//var_dump($user);
?>
getSearch('mobile'); ?>
isLogged &&!$isWiki) {
include('/home/common/update-profile.php');
}
?>
name; ?>
-
$section) { ?>
- name; ?>
