The attached patch enables a recursive switch user function. Instead of a single entry, $_SESSION['subuser_uid'] now holds an array of previous UIDs.
| Comment | File | Size | Author |
|---|---|---|---|
| recursive-switch.patch | 1.44 KB | Cybso |
The attached patch enables a recursive switch user function. Instead of a single entry, $_SESSION['subuser_uid'] now holds an array of previous UIDs.
| Comment | File | Size | Author |
|---|---|---|---|
| recursive-switch.patch | 1.44 KB | Cybso |
Comments
Comment #1
MrVictor commentedHi Cybso,
What exactly does this do? Does it make it possible to switch between subusers without returning to the parent user?