https://bz.apache.org/bugzilla/show_bug.cgi?id=51517
--- Comment #22 from Leho Kraav @lkraav <[email protected]> --- Hmm, I wonder if this bug is now relevant again with 2.4.26 breaking `$_SERVER['PHP_SELF']` Some var_dump()-ing: /var/www/wordpress.git/wp-includes/vars.php:31: 'REQUEST_URI' => string '/wp-admin/network/plugins.php' (length=29) 2.4.25 ['PHP_SELF']=> string(29) '/wp-admin/network/plugins.php' 2.4.26 ['PHP_SELF'] => string '/plugins.php' (length=12) 2.4.26 ['SCRIPT_NAME'] => string '/plugins.php' (length=12) Reverting to 2.4.25 obviously fixes things immediately, but what's the right configuration change now for 2.4.26? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
