Sfoglia il codice sorgente

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

Jordi Boggiano 8 anni fa
parent
commit
dd7dc1cd33
2 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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
 //umask(0000);
 
-ini_set('date.timezone', 'UTC');
-
 set_time_limit(0);
 
 /**

+ 0 - 2
web/app.php

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