Skip to content

Remove phpinfo() & replace with simple echo for testing#165

Merged
bryanlatten merged 2 commits into
behance:masterfrom
mannytoledo:feature/safeindexdefault
Apr 12, 2019
Merged

Remove phpinfo() & replace with simple echo for testing#165
bryanlatten merged 2 commits into
behance:masterfrom
mannytoledo:feature/safeindexdefault

Conversation

@mannytoledo
Copy link
Copy Markdown
Collaborator

By default phpinfo can expose credentials in environment
variables. An unsuspecting developer may accidentally deploy
without replacing this index.php first. Using echo is a safer
option.

mannytoledo and others added 2 commits April 12, 2019 17:59
By default phpinfo can expose credentials in environment
variables. An unsuspecting developer may accidentally deploy
without replacing this index.php first. Using `echo` is a safer
option.
@bryanlatten bryanlatten merged commit 2683959 into behance:master Apr 12, 2019
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.

3 participants