Please remove phpinfo #140
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#140
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having phpinfo() in the default config index.php could be dangerous. I suggest phpversion() or a simple
echo "php works";Its purely for information so you can see whats installed and gets overwritten as soon as you pull code in.