Principaux journaux publics
Apparence
Affichage combiné de tous les journaux disponibles sur WikiHalo. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).
- 26 octobre 2021 à 18:58 Hawk discussion contributions a créé la page Canon Fodder - Zeta Testing (Page créée avec « 1000px|center '''BY GRIMBROTHER ONE - 10/26/2021''' '''ISSUE 120''' So, what did you think? Welcome back to Canon Fodder, yo… »)
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; ?>