We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67252ff commit 7ee7b9aCopy full SHA for 7ee7b9a
app/console
@@ -3,7 +3,7 @@
3
4
// if you don't want to setup permissions the proper way, just uncomment the following PHP line
5
// read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
6
-//umask(0000);
+umask(0000);
7
8
set_time_limit(0);
9
web/app.php
@@ -3,6 +3,7 @@
use Symfony\Component\ClassLoader\ApcClassLoader;
use Symfony\Component\HttpFoundation\Request;
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
// Enable APC for autoloading to improve performance.
0 commit comments