This commit is contained in:
xdrm-brackets 2017-10-12 19:45:13 +02:00
parent 1bb60f2be3
commit e50db67969
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@
/* (2) If not found -> reset @last_user / @timeout + abort */
if( is_null($user) ){
// slog("Unknown user", "rfid-read:loop");
slog("Unknown user", "rfid-read:loop");
$last_user = null;
$timeout = 0;
$last_to = -1;