Commit 8bdf129
authored
S22 tech patch 1 (#21)
* Refactor administrator fetch logic in login.inc.php
Refactor administrator fetching logic to process known IPs and fingerprints _after_ fetching the administrator record.
Those were not arrays outside the fetch block.
* Revert "Refactor administrator fetch logic in login.inc.php"
This reverts commit 2d8b928.
Restores the original fetch callback pattern where known_ips and
known_fingerprints processing happened inside the fetch block, ensuring
they are properly treated as arrays at the time of assignment.
* Refactor administrator fetch logic in login.inc.php
Refactor administrator fetching logic to process known IPs and fingerprints _after_ fetching the administrator record.
Those were not arrays outside the fetch block.1 parent b92f9ce commit 8bdf129
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments