moved HTTP to HTTPs for symfony.com links

This commit is contained in:
Fabien Potencier
2017-04-03 15:27:01 -07:00
parent fd24cade7f
commit 0b557bab57
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if (!getenv('APP_ENV')) {
if (getenv('APP_DEBUG')) {
// WARNING: You should setup permissions the proper way!
// REMOVE the following PHP line and read
// http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
// https://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
umask(0000);
// This check prevents access to debug front controllers that are deployed by accident to production servers.