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

Disable phpinfo and serverinfo calls (fixes issue #6) #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rogerpueyo
Copy link
Contributor

Aquest commit deshabilita les crides phpinfo i serverinfo (https://llistes.guifi.net/sympa/arc/guifi-dev/2017-01/msg00007.html).

Copy link
Member

@miquelmartos miquelmartos left a comment

Choose a reason for hiding this comment

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

Si hem de treure opcions, mes val eliminar-ho del codi enlloc de comentar-ho.
la phpinfo es pot eliminar del tot sense problemes.
la opció serverinfo, fixa't que fa una crida a una funció nostra "getServerInfo();" que esta definida en el mateix fitxer, si no s'utilitza també cal esborrar la funció per deixar net el fitxer.
De totes maneres aquest funció jo la mantindria com a opció però eliminant només la informació sensible, deixant només per exemple informació util:
echo "Server id: $SNPGraphServerId\n";
echo "Root zone: $rootZone\n";
echo "CNML source: $CNMLSource\n";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants