[Superglobals](https://www.php.net/manual/en/language.variables.superglobals.php) like `$_POST`, `$_GET` and `$_REQUEST` should be moved to controllers. - Related to https://github.com/phpmyadmin/phpmyadmin/issues/15507.
Superglobals like
$_POST,$_GETand$_REQUESTshould be moved to controllers.