Skip to content

Conversation

JustinStolle
Copy link
Contributor

PHP will throw error if mod_security is on and querystring key of phpinfo is used

PHP will throw error if `mod_security` is on and querystring key of `phpinfo` is used
Copy link
Owner

@osalabs osalabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, good point.
Could you please just make 2 changes:

  1. version is in format 1.9.YYMMDD, so it should be like 1.9.170703
  2. make query string key name as short "pi" instead of long "showphpinfo" (just trying to keep file size as small as possible :)

uses proper version number format, shortens the request key name for showing phpinfo to just `pi`
@JustinStolle
Copy link
Contributor Author

Got it, didn't recognize the version number had a format before.

@osalabs osalabs merged commit 5696626 into osalabs:master Jul 3, 2017
@JustinStolle JustinStolle deleted the patch-1 branch August 23, 2018 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants