krzysiekpiasecki / Gentelella

Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!

Home Page:http://gentelella.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

krzysiekpiasecki opened this issue · comments

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
├── app_heroku.php
├── apple-touch-icon.png
├── config.php
├── favicon.ico
└── robots.txt

Posted from SensioLabsInsight