joshavg / OmgDb

GNU General Public License v2.0
0 stars 0 forks source link

[Insight] Symfony applications should not contain a config.php file - in web, line 0 #17

Closed joshavg closed 8 years ago

joshavg commented 8 years ago

in web

This config.php file should only be used to bootstrap a Symfony application. Before releasing to production, you should remove it, otherwise attackers could get valuable insight about your application.


web/
├── app.php
├── app_dev.php
├── apple-touch-icon.png
├── config.php
├── favicon.ico
└── robots.txt

Posted from SensioLabsInsight