Explorar el Código

Remove duplicate date.timezone write as it is now set in app/autoload.php

Jordi Boggiano hace 8 años
padre
commit
dd7dc1cd33
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
  1. 0 2
      app/console
  2. 0 2
      web/app.php

+ 0 - 2
app/console

@@ -10,8 +10,6 @@ use Symfony\Component\Debug\Debug;
 // read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
 // read http://symfony.com/doc/current/book/installation.html#configuration-and-setup for more information
 //umask(0000);
 //umask(0000);
 
 
-ini_set('date.timezone', 'UTC');
-
 set_time_limit(0);
 set_time_limit(0);
 
 
 /**
 /**

+ 0 - 2
web/app.php

@@ -1,7 +1,5 @@
 <?php
 <?php
 
 
-ini_set('date.timezone', 'UTC');
-
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Request;
 
 
 /**
 /**