Files
Piwigo/include
Linty 9259ab692e (cp 8fe5a5779) fixes #2539 always set pwg_token for API key requests
Simplify pwg_token setup during PWG_API_KEY_REQUEST by unconditionally assigning get_pwg_token() to both $_POST['pwg_token'] and $_GET['pwg_token']. Removes prior isset() checks so the token is always present for API key requests; be aware this will overwrite any existing pwg_token values in request arrays.
2026-03-13 18:20:03 +01:00
..
2025-02-18 10:24:33 +01:00
2025-12-01 14:39:02 +01:00
2024-03-27 15:00:21 +01:00
2026-02-24 17:49:06 +01:00