Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$_GET contains 'configure' key on all pages of admin area. #4945

Closed
CaMer0n opened this issue Jan 5, 2023 · 0 comments
Closed

$_GET contains 'configure' key on all pages of admin area. #4945

CaMer0n opened this issue Jan 5, 2023 · 0 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@CaMer0n
Copy link
Member

CaMer0n commented Jan 5, 2023

Bug Description

$_GET['configure'] is set for all pages of the admin area.

How to Reproduce

Steps to reproduce the behavior:

  1. print_a($_GET);

Expected Behavior

$_GET should contain only the keys of the current URL query.

Cause

Using vartrue() within an IF statement on $_GET will cause this behavior.

@CaMer0n CaMer0n added the type: bug A problem that should not be happening label Jan 5, 2023
@CaMer0n CaMer0n added this to the e107 2.3.3 milestone Jan 5, 2023
@CaMer0n CaMer0n closed this as completed in f437319 Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

1 participant