Skip to content

Commit

Permalink
Set timezone to close rapid7#15
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Mar 11, 2019
1 parent 4b8d9ed commit 57f9d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
date_default_timezone_set('Europe/Paris');
error_reporting(E_ERROR & ~E_NOTICE);
ini_set("display_errors", 1);
$root = dirname(__DIR__);
Expand Down

0 comments on commit 57f9d8f

Please sign in to comment.