Upload docs draft

This commit is contained in:
2019-09-07 21:09:13 +02:00
parent 32d4917964
commit 35efcf2293
17 changed files with 1725 additions and 70 deletions

View File

@@ -129,9 +129,9 @@ class Auth extends PhpObject
//Reset pass once a day
if(mb_substr($asEmpl['led'], 0, 10) != date('Y-m-d')) $this->resetAuthCookie($this->getUserId());
}
else $this->addError('token corrompu pour le user '.$asEmpl[Db::getId(self::USER_TABLE)]);
else $this->addError('corrupted token for user '.$asEmpl[Db::getId(self::USER_TABLE)]);
}
else $this->addError('Utilisateur '.$iUserId.' inconnu');
else $this->addError('Unknown user '.$iUserId);
}
}