csrf translate
This commit is contained in:
parent
f262b661e9
commit
54b858056f
@ -69,7 +69,6 @@ class translate extends common
|
|||||||
$lang = $this->getUrl(2);
|
$lang = $this->getUrl(2);
|
||||||
// Jeton incorrect ou URl avec le code langue incorrecte
|
// Jeton incorrect ou URl avec le code langue incorrecte
|
||||||
if (
|
if (
|
||||||
$this->checkCSRF() &&
|
|
||||||
array_key_exists($lang, self::$languages) === false
|
array_key_exists($lang, self::$languages) === false
|
||||||
) {
|
) {
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
@ -541,8 +540,7 @@ class translate extends common
|
|||||||
$target = $this->getUrl(2);
|
$target = $this->getUrl(2);
|
||||||
$lang = $this->getUrl(3);
|
$lang = $this->getUrl(3);
|
||||||
if (
|
if (
|
||||||
$this->checkCSRF()
|
array_key_exists($lang, self::$languages) === false
|
||||||
|| array_key_exists($lang, self::$languages) === false
|
|
||||||
) {
|
) {
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
@ -596,8 +594,7 @@ class translate extends common
|
|||||||
// Jeton incorrect ou URl avec le code langue incorrecte
|
// Jeton incorrect ou URl avec le code langue incorrecte
|
||||||
$lang = $this->getUrl(2);
|
$lang = $this->getUrl(2);
|
||||||
if (
|
if (
|
||||||
$this->checkCSRF()
|
array_key_exists($lang, self::$languages) === false
|
||||||
|| array_key_exists($lang, self::$languages) === false
|
|
||||||
) {
|
) {
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
|
Loading…
Reference in New Issue
Block a user