Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit e825714

Browse files
committed
minor #847 Umask documentation link changed (Rvanlaak)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #847). Discussion ---------- Umask documentation link changed The documentation link in `app_dev.php` to the permissions chapter changed. Commits ------- d35ee17 Documentation link changed
2 parents 14d34a9 + d35ee17 commit e825714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/app_dev.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
use Symfony\Component\Debug\Debug;
55

66
// If you don't want to setup permissions the proper way, just uncomment the following PHP line
7-
// read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
7+
// read http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
8+
// for more information
89
//umask(0000);
910

1011
// This check prevents access to debug front controllers that are deployed by accident to production servers.

0 commit comments

Comments
 (0)