Commente un test de validation de la consultation d'un espace
This commit is contained in:
parent
09f9f6bdd6
commit
442b84a99d
@ -503,6 +503,15 @@ class core extends common
|
|||||||
) {
|
) {
|
||||||
$access = false;
|
$access = false;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
// Empêche la consultation d'un espace laissé ouvert après la déconnexion et redirige vers cet espace pour contrôle
|
||||||
|
if (
|
||||||
|
$this->isConnected() === false
|
||||||
|
and self::$siteContent !== 'home'
|
||||||
|
) {
|
||||||
|
header(header: 'Location:' . helper::baseUrl(true) . 'swap/' . self::$siteContent);
|
||||||
|
exit();
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user