Skip to content

Commit 7ee7b9a

Browse files
committed
taking the easy way out of permissions
1 parent 67252ff commit 7ee7b9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// if you don't want to setup permissions the proper way, just uncomment the following PHP line
55
// read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
6-
//umask(0000);
6+
umask(0000);
77

88
set_time_limit(0);
99

web/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
use Symfony\Component\ClassLoader\ApcClassLoader;
44
use Symfony\Component\HttpFoundation\Request;
55

6+
umask(0000);
67
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
78

89
// Enable APC for autoloading to improve performance.

0 commit comments

Comments
 (0)