Commit Graph

3 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
5950693fb3
Fix possible undefined globals
Related to https://github.com/phpmyadmin/phpmyadmin/pull/17427.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-10 18:05:21 -03:00
Maurício Meneghini Fauth
1438cb211e
Replace global keyword with $GLOBALS
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-03-07 17:31:11 -03:00
Maurício Meneghini Fauth
ee45b3981c
Create the UrlRedirector class
Extracts the url.php logic to the UrlRedirector::redirect static method.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-12-01 12:23:39 -03:00